fix tox.ini invocation

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-09-28 15:58:23 +02:00
parent e2e01a8585
commit 88915aa57d
1 changed files with 2 additions and 2 deletions

View File

@ -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