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