From 88915aa57dd5a8a0b021de6a12fa4d9d4c6eef7e Mon Sep 17 00:00:00 2001 From: holger krekel Date: Tue, 28 Sep 2010 15:58:23 +0200 Subject: [PATCH] fix tox.ini invocation --HG-- branch : trunk --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e791b84c8..158e1c32f 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ sdistsrc={distshare}/py-* [testenv] changedir=testing commands= - py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml --tools-on-path [] + py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml [] deps= pexpect [testenv:py27] @@ -21,7 +21,7 @@ deps= {distshare}/pytest-xdist-* commands= py.test -n3 -rfsxX \ - --junitxml={envlogdir}/junit-{envname}.xml --tools-on-path [] + --junitxml={envlogdir}/junit-{envname}.xml [] [testenv:py26] basepython=python2.6