1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Lint tests during tox (#1721)

This commit is contained in:
Martin Hjelmare
2020-05-18 10:06:07 +02:00
committed by GitHub
parent 53fa8e48c0
commit 264e9665b0

View File

@@ -10,8 +10,8 @@ deps =
basepython = python3
ignore_errors = True
commands =
flake8 supervisor
pylint --rcfile pylintrc supervisor
flake8 supervisor tests
pylint --rcfile pylintrc supervisor tests
[testenv:tests]
basepython = python3