Fixing travis

This commit is contained in:
Nick Steel 2016-01-24 15:34:10 +00:00
parent 0b94bd4071
commit 6e111173de

View File

@ -2,14 +2,12 @@
envlist = py27, flake8
[testenv]
sitepackages = true
deps =
mock
mopidy
pytest
pytest-cov
pytest-xdist
install_command = pip install {opts} {packages}
commands =
py.test \
--basetemp={envtmpdir} \
@ -21,4 +19,5 @@ commands =
deps =
flake8
flake8-import-order
skip_install = true
commands = flake8