From 834732c4134e98d14fcad6ee9486187ae3e6d7f2 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Mon, 12 Apr 2021 11:12:56 +0200 Subject: [PATCH] chg: [travis] missing dep --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 39d6316..dca4f44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: