Execute all lint tests even if flake8 reports errors.

This commit is contained in:
Flyte 2016-02-15 10:00:46 +00:00
parent bca3207e0c
commit a3e8994fcc

View File

@ -18,6 +18,7 @@ deps =
[testenv:lint]
basepython = python3
ignore_errors = True
commands =
flake8
pylint homeassistant