aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index eb2fe834..e46136d6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,7 +11,7 @@ passenv = HOME
commands = nosetests --with-coverage {posargs}
[testenv:flake8]
-commands = flake8 {posargs}
+commands = flake8 --ignore=W293,E265,E266,W503,W504,E731 {posargs}
[testenv:venv]
commands = {posargs}