From 85118e9019bf44f92029aaf6e51f1e290279d9f4 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Fri, 8 Jul 2011 23:09:41 +0200 Subject: [PATCH] needs pypi.testrun.org for now to pull py lib --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cc3576d5b..5764e3fb4 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ envlist=py26,py27,py31,py32,py27-xdist,py25,py24 indexserver= pypi = http://pypi.python.org/simple testrun = http://pypi.testrun.org - default = http://pypi.python.org/simple + default = http://pypi.testrun.org [testenv] changedir=testing