Forgot python as command for running the script

This commit is contained in:
Shay Nehmad 2019-10-28 13:40:22 +02:00
parent 827c4942d9
commit f8cf78a292
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ install:
before_script:
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- monkey/monkey_island/cc/set_server_config.py testing
- python monkey/monkey_island/cc/set_server_config.py testing
script:
- cd monkey # This is our source dir
- python -m pytest # Have to use `python -m pytest` instead of `pytest` to add "{$builddir}/monkey/monkey" to sys.path.