summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatthew Iversen <teh.ivo@gmail.com>2014-06-02 22:23:58 +1000
committerMatthew Iversen <teh.ivo@gmail.com>2014-06-02 22:23:58 +1000
commita86b5e9830d3756cb8e1282bd4366bc8694c1f7a (patch)
tree526e293fcd701b59d32465894092cb25e2e66c01 /tox.ini
parent1ab455ee79ae7f1e01fd2d27b2d1783a57aedb9e (diff)
downloadpython-setuptools-bitbucket-a86b5e9830d3756cb8e1282bd4366bc8694c1f7a.tar.gz
Move tests.sh to a tox config
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 00000000..06421a73
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,5 @@
+[tox]
+envlist = py26,py27,py31,py32,py33,py34
+[testenv]
+deps=pytest
+commands=py.test