installing eslint

This commit is contained in:
Shay Nehmad 2019-11-07 16:29:10 +02:00
parent c2ba6ce46c
commit f313a34cbb
1 changed files with 4 additions and 0 deletions

View File

@ -12,10 +12,14 @@ python:
os: linux
install:
# Python
- pip install -r monkey/monkey_island/requirements.txt # for unit tests
- pip install flake8 pytest dlint # for next stages
- pip install -r monkey/infection_monkey/requirements_linux.txt # for unit tests
# JS
- npm i -g eslint
before_script:
# Set the server config to `testing`, for the UTs to use mongomaock and pass.
- python monkey/monkey_island/cc/set_server_config.py testing