summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gr?nholm <alex.gronholm@nextday.fi>2011-05-22 04:07:48 +0300
committerAlex Gr?nholm <alex.gronholm@nextday.fi>2011-05-22 04:07:48 +0300
commit84768cf73dd94cfa7feacccffa70bbb97e1595d9 (patch)
treeab716022840166434255b3424f8047612b4fd5d1
parentc38a36ad66a0b0c2b52645ab0f97405acc2781a7 (diff)
downloadpastedeploy-84768cf73dd94cfa7feacccffa70bbb97e1595d9.tar.gz
Don't install Paste for py3.x since it's not yet compatible
-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