allow positional args to tox invocation
This commit is contained in:
parent
4622c28ffd
commit
c70d020bf3
4
tox.ini
4
tox.ini
|
@ -24,8 +24,8 @@ deps=pytest-xdist
|
||||||
mock
|
mock
|
||||||
nose
|
nose
|
||||||
commands=
|
commands=
|
||||||
py.test -n3 -rfsxX \
|
py.test -n1 -rfsxX \
|
||||||
--junitxml={envlogdir}/junit-{envname}.xml testing
|
--junitxml={envlogdir}/junit-{envname}.xml {posargs:testing}
|
||||||
|
|
||||||
[testenv:py33-xdist]
|
[testenv:py33-xdist]
|
||||||
changedir=.
|
changedir=.
|
||||||
|
|
Loading…
Reference in New Issue