supervisor/tox.ini
2017-04-06 11:52:28 +02:00

17 lines
225 B
INI

[tox]
envlist = lint
[testenv]
setenv =
PYTHONPATH = {toxinidir}:{toxinidir}/hassio
deps =
flake8
pylint
[testenv:lint]
basepython = python3
ignore_errors = True
commands =
flake8 hassio
pylint hassio