cd-ing to source root

This commit is contained in:
Shay Nehmad 2019-10-27 12:24:46 +02:00
parent 05fbdafd9d
commit c11d78c6a0
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ install:
- pip install -r monkey/monkey_island/requirements.txt - pip install -r monkey/monkey_island/requirements.txt
- pip install flake8 pytest dlint - pip install flake8 pytest dlint
before_script: before_script:
- cd monkey
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics - flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
script: script: