summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index af8e567..c1bf53e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,3 +5,10 @@ envlist = py25,py26,py27,py31,py32,jython,pypy
deps=nose
Paste
commands={envpython} setup.py test
+
+# Keep it this way until Paste has been ported to py3k
+[testenv:py31]
+deps=nose
+
+[testenv:py32]
+deps=nose