adapt to simplified tox indexserver definition
This commit is contained in:
parent
51fa358d8a
commit
5bec71edc4
9
tox.ini
9
tox.ini
|
@ -1,12 +1,9 @@
|
||||||
[tox]
|
[tox]
|
||||||
distshare={homedir}/.tox/distshare
|
distshare={homedir}/.tox/distshare
|
||||||
envlist=py26,py27,py31,py32,py27-xdist,py25,py24
|
envlist=py26,py27,py31,py32,py27-xdist,py25,py24
|
||||||
|
indexserver=
|
||||||
[indexserver:default]
|
default = http://pypi.testrun.org
|
||||||
url = http://pypi.testrun.org
|
pypi = http://pypi.python.org/simple
|
||||||
|
|
||||||
[indexserver:pypi]
|
|
||||||
url = http://pypi.python.org/simple
|
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
changedir=testing
|
changedir=testing
|
||||||
|
|
Loading…
Reference in New Issue