chg: [travis] skip E226 as it's more a question of style

pull/347/head
Alexandre Dulaunoy 2019-10-29 09:34:34 +01:00
parent dec2494a0a
commit 752fbde5ee
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ script:
- sleep 5 - sleep 5
- pipenv run nosetests --with-coverage --cover-package=misp_modules - pipenv run nosetests --with-coverage --cover-package=misp_modules
- kill -s KILL $pid - kill -s KILL $pid
- pipenv run flake8 --ignore=E501,W503 misp_modules - pipenv run flake8 --ignore=E501,W503,E226 misp_modules
after_success: after_success:
- pipenv run coverage combine .coverage* - pipenv run coverage combine .coverage*