remove debugging-changes to tox.ini
This commit is contained in:
parent
82ba764bb6
commit
4a08ee2b74
8
tox.ini
8
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
|
||||
|
|
Loading…
Reference in New Issue