summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorwillmcgugan@gmail.com <willmcgugan@gmail.com@67cdc799-7952-0410-af00-57a81ceafa0f>2014-02-27 15:38:30 +0000
committerwillmcgugan@gmail.com <willmcgugan@gmail.com@67cdc799-7952-0410-af00-57a81ceafa0f>2014-02-27 15:38:30 +0000
commit0cae6ca12c867234cfd42cda8de336d97b5240f0 (patch)
tree35f90f42713775c74d0083ad8d4cb49a8564e591 /tox.ini
parent747c7b9b19fe9890063319037ba4949f1959f7a5 (diff)
downloadpyfilesystem-git-0cae6ca12c867234cfd42cda8de336d97b5240f0.tar.gz
Fixes for fs commands in PY3
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
+