Merge pull request #1265 from flyte/tox-execute-all-lint
Execute all lint tests even if flake8 reports errors.
This commit is contained in:
commit
75f2b4bc0e
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
@ -18,6 +18,7 @@ deps =
|
|||
|
||||
[testenv:lint]
|
||||
basepython = python3
|
||||
ignore_errors = True
|
||||
commands =
|
||||
flake8
|
||||
pylint homeassistant
|
||||
|
@ -26,4 +27,4 @@ commands =
|
|||
basepython = python3
|
||||
deps =
|
||||
commands =
|
||||
python script/gen_requirements_all.py validate
|
||||
python script/gen_requirements_all.py validate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue