summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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