From 43048329d030c73c6ecfb41f507f0f853861e157 Mon Sep 17 00:00:00 2001 From: Shay Nehmad Date: Sun, 27 Oct 2019 13:50:13 +0200 Subject: [PATCH] Fix requirements path --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ab2b95a4..501814e6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: install: - pip install -r monkey/monkey_island/requirements.txt - 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: - flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics