mopidy-raspberrypi-gpio/tox.ini

29 lines
506 B
INI

[tox]
envlist = py27, flake8, check-manifest
[testenv]
sitepackages = true
deps =
mock
pytest
pytest-cov
pytest-xdist
commands =
pytest \
-v -r wsx \
--basetemp={envtmpdir} \
--cov=mopidy_raspberry_gpio --cov-report=term-missing \
{posargs}
[testenv:flake8]
deps =
flake8
flake8-import-order
skip_install = true
commands = python -m flake8
[testenv:check-manifest]
deps = check-manifest
skip_install = true
commands = python -m check-manifest