chg: [travis] flake8 updated

pull/513/head
Alexandre Dulaunoy 2021-06-11 14:52:28 +02:00
parent 94795e4993
commit 3e53398dee
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ script:
- nosetests --with-coverage --cover-package=misp_modules
- kill -s KILL $pid
- pip install flake8
- flake8 --ignore=E501,W503,E226 misp_modules
- flake8 --ignore=E501,W503,E226,E126 misp_modules
after_success:
- coverage combine .coverage*