From 1afb015a340f896f02e1dad1f75e246474f8f2f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Neuh=C3=A4user?= Date: Sat, 8 Jan 2011 19:39:44 +0100 Subject: [PATCH] Add tox environments for python2.4-3.1 --- tox.ini | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index 2d9d18f85..cd6b248ef 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist=du07,du06,du05 +envlist=py24,py25,py26,py27,py31,du07,du06,du05 [testenv] deps=nose @@ -7,11 +7,25 @@ commands= nosetests sphinx-build -W -b html -d {envtmpdir}/doctrees doc {envtmpdir}/html +[testenv:py24] +deps= + nose + simplejson + +[testenv:py31] +deps=https://bitbucket.org/jpellerin/nose3/get/tip.zip + [testenv:du05] -deps=docutils==0.5 +deps= + nose + docutils==0.5 [testenv:du06] -deps=docutils==0.6 +deps= + nose + docutils==0.6 [testenv:du07] -deps=docutils==0.7 +deps= + nose + docutils==0.7