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=
|
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
|
||||||
|
|
Loading…
Reference in New Issue