chg: [travis] missing dep

pull/496/head
Alexandre Dulaunoy 2021-04-12 11:12:56 +02:00
parent a912239757
commit 834732c413
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ script:
- sleep 5
- nosetests --with-coverage --cover-package=misp_modules
- kill -s KILL $pid
- pip install flake8
- flake8 --ignore=E501,W503,E226 misp_modules
after_success: