tox: Use env specific tmpdir for py.test
This commit is contained in:
parent
2280a533c0
commit
c916fcb421
5
tox.ini
5
tox.ini
@ -3,7 +3,10 @@ envlist = py27, py27-tornado23, py27-tornado31, docs, flake8
|
|||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
sitepackages = true
|
sitepackages = true
|
||||||
commands = py.test --junit-xml=xunit-{envname}.xml --cov=mopidy
|
commands =
|
||||||
|
py.test \
|
||||||
|
--basetemp={envtmpdir} \
|
||||||
|
--junit-xml=xunit-{envname}.xml --cov=mopidy
|
||||||
deps =
|
deps =
|
||||||
mock
|
mock
|
||||||
pytest
|
pytest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user