mirror of https://github.com/MISP/misp-modules
chg: [travis] flake8 updated
parent
94795e4993
commit
3e53398dee
|
@ -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*
|
||||
|
|
Loading…
Reference in New Issue