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
commit7387f9bea1d8c09b7f69109806fcc5c8de9c6ad4 (patch)
tree5c43bc973942a1c49f65a9d9a5edf468354753dc /tox.ini
parentb0885a312f4f57c67758850be245db5a34e5c71f (diff)
downloadpyfilesystem-7387f9bea1d8c09b7f69109806fcc5c8de9c6ad4.tar.gz
Python3 compatibility
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@725 67cdc799-7952-0410-af00-57a81ceafa0f
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 \