Fixing travis
This commit is contained in:
parent
0b94bd4071
commit
6e111173de
3
tox.ini
3
tox.ini
@ -2,14 +2,12 @@
|
|||||||
envlist = py27, flake8
|
envlist = py27, flake8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
sitepackages = true
|
|
||||||
deps =
|
deps =
|
||||||
mock
|
mock
|
||||||
mopidy
|
mopidy
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
install_command = pip install {opts} {packages}
|
|
||||||
commands =
|
commands =
|
||||||
py.test \
|
py.test \
|
||||||
--basetemp={envtmpdir} \
|
--basetemp={envtmpdir} \
|
||||||
@ -21,4 +19,5 @@ commands =
|
|||||||
deps =
|
deps =
|
||||||
flake8
|
flake8
|
||||||
flake8-import-order
|
flake8-import-order
|
||||||
|
skip_install = true
|
||||||
commands = flake8
|
commands = flake8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user