summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMarc Abramowitz <marc@marc-abramowitz.com>2014-02-24 08:26:56 -0800
committerMarc Abramowitz <marc@marc-abramowitz.com>2014-02-24 08:26:56 -0800
commit9f1d512f716fe9fd2d318628044368927ca8a2be (patch)
tree3c05b5076ef3f6c30bcf440f88e128e0cab5f71e /tox.ini
parent174a4a5f9e4e3478bbdd8a814de75f93c7f5b81f (diff)
downloadisort-9f1d512f716fe9fd2d318628044368927ca8a2be.tar.gz
Add tox.ini for tox
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 00000000..dac85a39
--- /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