summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2013-12-27 19:39:20 +0200
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2013-12-27 19:39:20 +0200
commit5ad87be617c2cc1dd31625688172e964db2756dc (patch)
tree2dc75324d2468a0b72233bdbd550374bb06a167f /tox.ini
parent8d38352c69a7b8b0dc53ced71cee32ad5f347c42 (diff)
parent5616b9958d2aaf1204d2ecbb6b61c950ee75a9ad (diff)
downloadpastedeploy-5ad87be617c2cc1dd31625688172e964db2756dc.tar.gz
Released 1.5.21.5.2
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