summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini41
1 files changed, 11 insertions, 30 deletions
diff --git a/tox.ini b/tox.ini
index b7d5505..af8017f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,35 +1,16 @@
[tox]
-envlist = py27,py34,py35,pypy
+envlist = py26, py27, py33, py34, py35, pypy
sitepackages = False
[testenv]
-deps = distribute
- six
- dexml
- paramiko
- boto
- nose
- mako
- pyftpdlib
+deps =
+ six
+ dexml
+ nose
+ py31,py32,py33,py34: winpdb
+ py26,py27: paramiko
+ py26,py27: boto
+ py26,py27: mako
+ py26,py27: pyftpdlib
changedir=.tox
-commands = nosetests fs.tests -v \
- []
-
-[testenv:py34]
-commands = nosetests fs.tests -v \
- []
-deps = distribute
- six
- dexml
- nose
- winpdb
-
-[testenv:py35]
-commands = nosetests fs.tests -v \
- []
-deps = distribute
- six
- dexml
- nose
- winpdb
-
+commands = nosetests {posargs:-v fs.tests}