diff --git a/.travis.yml b/.travis.yml index 99b8af0..6a81c61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ script: - sleep 5 - pipenv run nosetests --with-coverage --cover-package=misp_modules - kill -s KILL $pid - - pipenv run flake8 --ignore=E501,W503 misp_modules + - pipenv run flake8 --ignore=E501,W503,E226 misp_modules after_success: - pipenv run coverage combine .coverage*