tox: Pass args to py.test, include pytest-xdist
This commit is contained in:
parent
c916fcb421
commit
d89041e1d3
4
tox.ini
4
tox.ini
@ -6,11 +6,13 @@ sitepackages = true
|
|||||||
commands =
|
commands =
|
||||||
py.test \
|
py.test \
|
||||||
--basetemp={envtmpdir} \
|
--basetemp={envtmpdir} \
|
||||||
--junit-xml=xunit-{envname}.xml --cov=mopidy
|
--junit-xml=xunit-{envname}.xml --cov=mopidy \
|
||||||
|
{posargs}
|
||||||
deps =
|
deps =
|
||||||
mock
|
mock
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
|
pytest-xdist
|
||||||
|
|
||||||
[testenv:py27-tornado23]
|
[testenv:py27-tornado23]
|
||||||
commands = py.test tests/http
|
commands = py.test tests/http
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user