Skip to content

Commit

Permalink
Execute all lint tests even if flake8 reports errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
flyte committed Feb 15, 2016
1 parent bca3207 commit a3e8994
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ deps =

[testenv:lint]
basepython = python3
ignore_errors = True
commands =
flake8
pylint homeassistant
Expand All @@ -26,4 +27,4 @@ commands =
basepython = python3
deps =
commands =
python script/gen_requirements_all.py validate
python script/gen_requirements_all.py validate

0 comments on commit a3e8994

Please sign in to comment.