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] [testenv:lint]
basepython = python3 basepython = python3
ignore_errors = True
commands = commands =
flake8 flake8
pylint homeassistant pylint homeassistant