diff --git a/.travis.yml b/.travis.yml index 9e942af58..a5c2da172 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ install: - pip install -r monkey/monkey_island/requirements.txt - pip install flake8 pytest dlint before_script: +- cd monkey - flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics script: