# HG changeset patch -- Bitbucket.org # Project pytest # URL http://bitbucket.org/hpk42/pytest/overview # User holger krekel <hol...@merlinux.eu> # Date 1289247204 -3600 # Node ID 0e827d0237a44bce95a59df4dea41f82546bb4b0 # Parent 6da16e7e805f4a339749e969ee537545018cc8ba adapt to simplified tox indexserver definition
--- 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 _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn