diff --git a/tox.ini b/tox.ini index 4883a31f1..bddb1996a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,12 +1,9 @@ [tox] distshare={homedir}/.tox/distshare envlist=py26,py27,py31,py32,py27-xdist,py25,py24 - -[indexserver:default] -url = http://pypi.testrun.org - -[indexserver:pypi] -url = http://pypi.python.org/simple +indexserver= + default = http://pypi.testrun.org + pypi = http://pypi.python.org/simple [testenv] changedir=testing