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 =
|
||||
py.test \
|
||||
--basetemp={envtmpdir} \
|
||||
--junit-xml=xunit-{envname}.xml --cov=mopidy
|
||||
--junit-xml=xunit-{envname}.xml --cov=mopidy \
|
||||
{posargs}
|
||||
deps =
|
||||
mock
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-xdist
|
||||
|
||||
[testenv:py27-tornado23]
|
||||
commands = py.test tests/http
|
||||
|
||||
Loading…
Reference in New Issue
Block a user