summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorgcode@loowis.durge.org <gcode@loowis.durge.org@67cdc799-7952-0410-af00-57a81ceafa0f>2011-06-06 10:37:46 +0000
committergcode@loowis.durge.org <gcode@loowis.durge.org@67cdc799-7952-0410-af00-57a81ceafa0f>2011-06-06 10:37:46 +0000
commite81aa46d2256746daee20a614661d7c34f7dcd69 (patch)
tree46080a83bc6115ba56b28a3f647661ce92f2a8e1 /tox.ini
parent2f8a32cedf3d09c163d9fa7f7651c86ff5cdf052 (diff)
downloadpyfilesystem-e81aa46d2256746daee20a614661d7c34f7dcd69.tar.gz
Fix tox.ini settings - dependencies for py25 were incorrect, which meant
it was using the *system* nosetests command! git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@714 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini21
1 files changed, 9 insertions, 12 deletions
diff --git a/tox.ini b/tox.ini
index 1d849a1..0f5231f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,23 +1,20 @@
[tox]
envlist = py25,py26,py27
[testenv]
-deps=dexml
+deps = dexml
paramiko
boto
nose
mako
pyftpdlib
-
-[testenv:py25]
-deps = simplejson
-commands = nosetests -v \
- []
-
-[testenv:py26]
-commands = nosetests -v \
- []
-
-[testenv:py27]
commands = nosetests -v \
[]
+[testenv:py25]
+deps = dexml
+ paramiko
+ boto
+ nose
+ mako
+ pyftpdlib
+ simplejson