Merge pull request #1265 from flyte/tox-execute-all-lint

Execute all lint tests even if flake8 reports errors.
This commit is contained in:
Paulus Schoutsen 2016-02-15 10:21:43 -08:00
commit 75f2b4bc0e

View file

@ -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