summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2013-12-27 18:37:31 +0200
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2013-12-27 18:37:31 +0200
commitec2202668998b63130c242b3b74e054422eea15d (patch)
treebb46cb4a96a0911a5d3f1656f1a837cc5f23501d
parent1ec38e338e33cc1eb776669ce321afc71fa8abf0 (diff)
downloadpastedeploy-ec2202668998b63130c242b3b74e054422eea15d.tar.gz
Cleaned up the envlist in 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