tox: Test if coverage data is readable if not using pytest-xdist
This commit is contained in:
parent
74e2960135
commit
6bfb250f2a
12
tox.ini
12
tox.ini
@ -3,19 +3,17 @@ envlist = py27, py27-tornado23, py27-tornado31, docs, flake8
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
sitepackages = true
|
sitepackages = true
|
||||||
commands =
|
|
||||||
py.test \
|
|
||||||
--basetemp={envtmpdir} \
|
|
||||||
--cov=mopidy --cov-report=term-missing \
|
|
||||||
-n 4 \
|
|
||||||
{posargs}
|
|
||||||
deps =
|
deps =
|
||||||
mock
|
mock
|
||||||
pytest
|
pytest
|
||||||
pytest-capturelog
|
pytest-capturelog
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-xdist
|
|
||||||
responses
|
responses
|
||||||
|
commands =
|
||||||
|
py.test \
|
||||||
|
--basetemp={envtmpdir} \
|
||||||
|
--cov=mopidy --cov-report=term-missing \
|
||||||
|
{posargs}
|
||||||
|
|
||||||
[testenv:py27-tornado23]
|
[testenv:py27-tornado23]
|
||||||
commands = py.test tests/http
|
commands = py.test tests/http
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user