From a3e8994fcc0166e05180f1d763168da1674e444e Mon Sep 17 00:00:00 2001 From: Flyte Date: Mon, 15 Feb 2016 10:00:46 +0000 Subject: [PATCH] Execute all lint tests even if flake8 reports errors. --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 86287cd1df459..1a1999264e1f1 100644 --- a/tox.ini +++ b/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 \ No newline at end of file + python script/gen_requirements_all.py validate