# HG changeset patch -- Bitbucket.org # Project pytest # URL http://bitbucket.org/hpk42/pytest/overview # User holger krekel <hol...@merlinux.eu> # Date 1289234205 -3600 # Node ID 6da16e7e805f4a339749e969ee537545018cc8ba # Parent 3bfe3a9612475789b02d7ac6496cc3def1319760 adapt to new tox indexserver syntax
--- a/tox.ini +++ b/tox.ini @@ -1,16 +1,19 @@ [tox] distshare={homedir}/.tox/distshare envlist=py26,py27,py31,py32,py27-xdist,py25,py24 -indexserver= - default http://pypi.testrun.org - pypi http://pypi.python.org/simple + +[indexserver:default] +url = http://pypi.testrun.org + +[indexserver:pypi] +url = http://pypi.python.org/simple [testenv] changedir=testing commands= py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml [] deps= - pypi pexpect - pypi nose + :pypi:pexpect + :pypi:nose [testenv:genscript] changedir=. @@ -27,7 +30,7 @@ commands= [testenv:doc] basepython=python changedir=doc -deps=pypi sphinx +deps=:pypi:sphinx pytest commands= _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn