From 4a08ee2b7480a30887db3ff8370094e316b9742d Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 14 Dec 2011 11:29:25 +0000 Subject: [PATCH] remove debugging-changes to tox.ini --- tox.ini | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index 162674b1c..bd927820d 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist=py26,py27,py31,py32,py27-xdist,py25,py24 indexserver= pypi = http://pypi.python.org/simple testrun = http://pypi.testrun.org -# default = http://pypi.testrun.org + default = http://pypi.testrun.org [testenv] changedir=testing @@ -50,12 +50,8 @@ deps=:pypi:sphinx commands= make html -;;[testenv:py31] -;;deps=:pypi:nose>=1.0 - [testenv:py31] -deps= - {distshare}/py-1.4.6* +deps=:pypi:nose>=1.0 [testenv:py31-xdist] deps=pytest-xdist