From 84768cf73dd94cfa7feacccffa70bbb97e1595d9 Mon Sep 17 00:00:00 2001 From: Alex Gr?nholm Date: Sun, 22 May 2011 04:07:48 +0300 Subject: Don't install Paste for py3.x since it's not yet compatible --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.1