mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-22 00:26:29 +00:00
Lint tests during tox (#1721)
This commit is contained in:
parent
53fa8e48c0
commit
264e9665b0
4
tox.ini
4
tox.ini
@ -10,8 +10,8 @@ deps =
|
|||||||
basepython = python3
|
basepython = python3
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
commands =
|
commands =
|
||||||
flake8 supervisor
|
flake8 supervisor tests
|
||||||
pylint --rcfile pylintrc supervisor
|
pylint --rcfile pylintrc supervisor tests
|
||||||
|
|
||||||
[testenv:tests]
|
[testenv:tests]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user