summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2014-02-24 05:57:40 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2014-02-24 05:57:40 -0500
commit593dcce07fdb3e8d0053a863a7aba7f2ce8a6c9c (patch)
tree518c17cf76cbd0e530aaaa35f35cd3c182c78136 /tox.ini
parente9c17cbc34ca99d31f351e899eecc0a62d4293bb (diff)
parente1d129638af84cbfc3d8a6faa48bab1f9d59e547 (diff)
downloadpies-593dcce07fdb3e8d0053a863a7aba7f2ce8a6c9c.tar.gz
Merge branch 'release/2.6.1'2.6.1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..dac85a3
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,12 @@
+# Tox (http://tox.testrun.org/) is a tool for running tests
+# in multiple virtualenvs. This configuration file will run the
+# test suite on all supported python versions. To use it, "pip install tox"
+# and then run "tox" from this directory.
+
+[tox]
+envlist = py26, py27, py32, py33, pypy
+
+[testenv]
+commands = py.test {posargs}
+deps =
+ pytest