summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 4 insertions, 8 deletions
diff --git a/tox.ini b/tox.ini
index 4ac34fd..106434f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,14 +1,10 @@
[tox]
-envlist = py26,py27,py32,py33,pypy
+envlist = py26,py27,py32,py33,py34,pypy
[testenv]
-deps=nose
+deps=
+ nose
+ # Paste works on Python 3 since Paste 2.0
Paste
commands={envpython} setup.py test
-# Keep it this way until Paste has been ported to py3k
-[testenv:py32]
-deps=nose
-
-[testenv:py33]
-deps=nose