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
commit5142e4da3e4a838b256c5c582a25ad0fdbb9bf49 (patch)
tree35f90f42713775c74d0083ad8d4cb49a8564e591 /tox.ini
parent5c3387371f9cbbbdb081931dce4f7b6498ae30cd (diff)
downloadpyfilesystem-5142e4da3e4a838b256c5c582a25ad0fdbb9bf49.tar.gz
Fixes for fs commands in PY3
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@886 67cdc799-7952-0410-af00-57a81ceafa0f
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
+