forked from p15670423/monkey
installing eslint
This commit is contained in:
parent
c2ba6ce46c
commit
f313a34cbb
|
@ -12,10 +12,14 @@ python:
|
||||||
os: linux
|
os: linux
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
# Python
|
||||||
- pip install -r monkey/monkey_island/requirements.txt # for unit tests
|
- pip install -r monkey/monkey_island/requirements.txt # for unit tests
|
||||||
- pip install flake8 pytest dlint # for next stages
|
- pip install flake8 pytest dlint # for next stages
|
||||||
- pip install -r monkey/infection_monkey/requirements_linux.txt # for unit tests
|
- pip install -r monkey/infection_monkey/requirements_linux.txt # for unit tests
|
||||||
|
|
||||||
|
# JS
|
||||||
|
- npm i -g eslint
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Set the server config to `testing`, for the UTs to use mongomaock and pass.
|
# Set the server config to `testing`, for the UTs to use mongomaock and pass.
|
||||||
- python monkey/monkey_island/cc/set_server_config.py testing
|
- python monkey/monkey_island/cc/set_server_config.py testing
|
||||||
|
|
Loading…
Reference in New Issue