summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-12-27 16:50:20 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-12-27 16:50:20 +0000
commit3b900b1c11d9b5fc247b9fdf6461bceea47e7950 (patch)
tree5c43bc973942a1c49f65a9d9a5edf468354753dc /tox.ini
parent754fcc98df0d379a92c7b9741505c257e09a532f (diff)
downloadpyfilesystem-git-3b900b1c11d9b5fc247b9fdf6461bceea47e7950.tar.gz
Python3 compatibility
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index afe5da9..53fd49e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ deps = distribute
boto
nose
mako
- pyftpdlib
+ pyftpdlib
changedir=.tox
commands = nosetests fs.tests -v \
[]
@@ -22,7 +22,7 @@ deps = distribute
nose
mako
pyftpdlib
- simplejson
+ simplejson
[testenv:py32]
commands = nosetests fs.tests -v \