ha-supervisor/tox.ini

16 lines
235 B
INI
Raw Normal View History

2017-03-27 13:49:35 +02:00
[tox]
envlist = lint
[testenv]
deps =
flake8==3.6.0
pylint==2.1.1
-r{toxinidir}/requirements.txt
2017-03-27 13:49:35 +02:00
[testenv:lint]
basepython = python3
ignore_errors = True
commands =
flake8 hassio
pylint --rcfile pylintrc hassio