summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-04-25 17:49:59 +0000
committerwillmcgugan <willmcgugan@67cdc799-7952-0410-af00-57a81ceafa0f>2011-04-25 17:49:59 +0000
commit9a3f04f7ad47ac61993296d8503cb036b6a88447 (patch)
treefe52d9976366a60b66e0b73f2079a20b926c1d40 /tox.ini
parente03a30ab6056414bc481d9bf41c56519a54b93f8 (diff)
downloadpyfilesystem-9a3f04f7ad47ac61993296d8503cb036b6a88447.tar.gz
Fixes for Py2.5 and Py2.7
git-svn-id: http://pyfilesystem.googlecode.com/svn/trunk@697 67cdc799-7952-0410-af00-57a81ceafa0f
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini20
1 files changed, 19 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index adb492c..eae4ef8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,4 +1,22 @@
[tox]
envlist = py25,py26,py27
[testenv]
-commands = nosetests
+deps=dexml
+ paramiko
+ boto
+ nose
+ mako
+ pyftpdlib
+
+[testenv:py25]
+commands = nosetests -v \
+ []
+
+[testenv:py26]
+commands = nosetests -v \
+ []
+
+[testenv:py27]
+commands = nosetests -v \
+ []
+