allow positional args to tox invocation

This commit is contained in:
holger krekel 2014-01-27 12:42:06 +01:00
parent 4622c28ffd
commit c70d020bf3
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ deps=pytest-xdist
mock
nose
commands=
py.test -n3 -rfsxX \
--junitxml={envlogdir}/junit-{envname}.xml testing
py.test -n1 -rfsxX \
--junitxml={envlogdir}/junit-{envname}.xml {posargs:testing}
[testenv:py33-xdist]
changedir=.