diff --git a/.travis.yml b/.travis.yml index 04cbf06..c20b644 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ branches: install: - pip install flake8 --use-mirrors script: - - flake8 --ignore=E501,E265 . + - flake8 --ignore=E501,E265,E266,E402 .