summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini16
1 files changed, 12 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 58980e805..a422b2eb6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,19 +1,25 @@
[tox]
envlist =
- py26,py27,jython,pypy,cover
+ py26,py27,py32,pypy,cover
[testenv]
commands =
python setup.py test -q
deps =
+ https://github.com/Pylons/webob/zipball/master
+ zope.component
Sphinx
- WebTest
repoze.sphinx.autointerface
+ WebTest
virtualenv
-[testenv:jython]
+[testenv:py32]
commands =
- jython setup.py test -q
+ python setup.py test -q
+deps =
+ https://github.com/Pylons/webob/zipball/master
+ WebTest
+ virtualenv
[testenv:cover]
basepython =
@@ -21,6 +27,8 @@ basepython =
commands =
python setup.py nosetests --with-xunit --with-xcoverage
deps =
+ https://github.com/Pylons/webob/zipball/master
+ zope.component
Sphinx
WebTest
repoze.sphinx.autointerface