From 5bec71edc4fc3e11d9970b98a01b2916f42bbab7 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Mon, 8 Nov 2010 21:13:24 +0100 Subject: [PATCH] adapt to simplified tox indexserver definition --- tox.ini | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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