Files
mopidy-touchscreen/tox.ini
Stein Magnus Jodal c1090cb1ff tox: Don't need to install to run flake8
This should fix the broken Travis build
2015-03-24 11:34:39 +01:00

20 lines
413 B
INI

[tox]
envlist = py27, flake8
[testenv]
sitepackages = true
deps =
coverage
mock
nose
mopidy==dev
install_command = pip install --allow-unverified=mopidy --pre {opts} {packages}
commands = nosetests -v --with-xunit --xunit-file=xunit-{envname}.xml --with-coverage --cover-package=mopidy_touchscreen
[testenv:flake8]
deps =
flake8
flake8-import-order
skip_install = true
commands = flake8