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] [testenv]
changedir=testing changedir=testing
commands= commands=
py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml --tools-on-path [] py.test -rfsxX --junitxml={envlogdir}/junit-{envname}.xml []
deps= deps=
pexpect pexpect
[testenv:py27] [testenv:py27]
@ -21,7 +21,7 @@ deps=
{distshare}/pytest-xdist-* {distshare}/pytest-xdist-*
commands= commands=
py.test -n3 -rfsxX \ py.test -n3 -rfsxX \
--junitxml={envlogdir}/junit-{envname}.xml --tools-on-path [] --junitxml={envlogdir}/junit-{envname}.xml []
[testenv:py26] [testenv:py26]
basepython=python2.6 basepython=python2.6