Files
mopidy-touchscreen/tox.ini
2015-03-24 12:00:34 +01:00

26 lines
491 B
INI

[tox]
envlist = py27, flake8
[testenv]
sitepackages = true
deps =
mock
mopidy==dev
pytest
pytest-cov
pytest-xdist
install_command = pip install --allow-unverified=mopidy --pre {opts} {packages}
commands =
py.test \
--basetemp={envtmpdir} \
--junit-xml=xunit-{envname}.xml \
--cov=mopidy_touchpanel --cov-report=term-missing \
{posargs}
[testenv:flake8]
deps =
flake8
flake8-import-order
skip_install = true
commands = flake8