[py-svn] pytest commit 0e827d0237a4: adapt to simplified tox indexserver definition

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Nov 8 21:11:58 CET 2010


# HG changeset patch -- Bitbucket.org
# Project pytest
# URL http://bitbucket.org/hpk42/pytest/overview
# User holger krekel <holger at 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



More information about the pytest-commit mailing list