forked from p15670423/monkey
Fix requirements path
This commit is contained in:
parent
ee1e913291
commit
43048329d0
|
@ -6,7 +6,7 @@ python:
|
||||||
install:
|
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
|
||||||
- pip install -r monkey/infection_monkey/requirements-linux.txt
|
- pip install -r monkey/infection_monkey/requirements_linux.txt
|
||||||
before_script:
|
before_script:
|
||||||
- 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
|
||||||
|
|
Loading…
Reference in New Issue