mopidy-raspberrypi-gpio/tox.ini

28 lines
496 B
INI
Raw Normal View History

[tox]
2019-10-10 16:52:43 +02:00
envlist = py27, py27-flake8, py27-check-manifest
[testenv]
sitepackages = true
deps =
mock
pytest
pytest-cov
pytest-xdist
commands =
pytest \
2019-10-10 14:16:37 +02:00
-v -r wsx \
--basetemp={envtmpdir} \
--cov=mopidy_raspberry_gpio --cov-report=term-missing \
{posargs}
2019-10-10 16:52:43 +02:00
[testenv:py27-flake8]
deps =
flake8
flake8-import-order
skip_install = true
commands = python -m flake8
2019-10-10 16:52:43 +02:00
[testenv:py27-check-manifest]
deps = check-manifest
2019-10-10 16:52:43 +02:00
commands = check-manifest