1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-25 12:56:32 +00:00
Files
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