forked from p34709852/monkey
cd-ing to source root
This commit is contained in:
parent
05fbdafd9d
commit
c11d78c6a0
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue