# HG changeset patch -- Bitbucket.org # Project pytest-xdist # URL http://bitbucket.org/hpk42/pytest-xdist/overview # User holger krekel <hol...@merlinux.eu> # Date 1289683205 -3600 # Node ID b2582a5bd27955f9a993a98d21f555be95e6cbb3 # Parent 9c6fb2a805e1a602b1b3e863e7b79c07beefa74c fox tox.ini file
--- a/tox.ini +++ b/tox.ini @@ -1,20 +1,19 @@ [tox] envlist=py26,py31,py27,py25,py24 indexserver= - default http://pypi.testrun.org - pypi http://pypi.python.org/simple + default = http://pypi.testrun.org + pypi = http://pypi.python.org/simple [testenv] changedir=testing deps=pytest -commands= py.test -rsfxX \ - --junitxml={envlogdir}/junit-{envname}.xml [] +commands= py.test --junitxml={envlogdir}/junit-{envname}.xml [] [testenv:py26] deps= pytest pypi pexpect -#[pytest] -#addopts = -rf +[pytest] +addopts = -rsfxX _______________________________________________ py-svn mailing list py-svn@codespeak.net http://codespeak.net/mailman/listinfo/py-svn