Tox: Pass {posargs} to py.test.
This commit is contained in:
parent
35b9800da7
commit
a3a7c7f688
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -4,7 +4,7 @@ envlist = py27, py35
|
|||
[testenv]
|
||||
commands =
|
||||
{envbindir}/py.test --cov=dosage --cov=dosagelib --tb=short -n4 \
|
||||
--junitxml={toxworkdir}/junit-{envname}.xml
|
||||
--junitxml={toxworkdir}/junit-{envname}.xml {posargs}
|
||||
- {envbindir}/flake8
|
||||
passenv = TRAVIS
|
||||
# Also install optional dependencies for tests.
|
||||
|
|
Loading…
Reference in a new issue