remove debugging-changes to tox.ini

This commit is contained in:
holger krekel 2011-12-14 11:29:25 +00:00
parent 82ba764bb6
commit 4a08ee2b74
1 changed files with 2 additions and 6 deletions

View File

@ -4,7 +4,7 @@ envlist=py26,py27,py31,py32,py27-xdist,py25,py24
indexserver= indexserver=
pypi = http://pypi.python.org/simple pypi = http://pypi.python.org/simple
testrun = http://pypi.testrun.org testrun = http://pypi.testrun.org
# default = http://pypi.testrun.org default = http://pypi.testrun.org
[testenv] [testenv]
changedir=testing changedir=testing
@ -50,12 +50,8 @@ deps=:pypi:sphinx
commands= commands=
make html make html
;;[testenv:py31]
;;deps=:pypi:nose>=1.0
[testenv:py31] [testenv:py31]
deps= deps=:pypi:nose>=1.0
{distshare}/py-1.4.6*
[testenv:py31-xdist] [testenv:py31-xdist]
deps=pytest-xdist deps=pytest-xdist