summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini19
1 files changed, 19 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 06f76eb..849eea8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -15,6 +15,16 @@ changedir=.tox
commands = nosetests fs.tests -v \
[]
+
+[testenv:py31]
+commands = nosetests fs.tests -v \
+ []
+deps = distribute
+ six
+ dexml
+ nose
+ winpdb
+
[testenv:py32]
commands = nosetests fs.tests -v \
[]
@@ -24,3 +34,12 @@ deps = distribute
nose
winpdb
+[testenv:py33]
+commands = nosetests fs.tests -v \
+ []
+deps = distribute
+ six
+ dexml
+ nose
+ winpdb
+