From cebee2de0bc8cc548f882a0f2eaafeaea228c246 Mon Sep 17 00:00:00 2001 From: Shreya Date: Wed, 15 Jul 2020 17:33:24 +0530 Subject: [PATCH] Add flake8-import-order --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 84b8a5f7a..4be40c472 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: # Python - pip freeze - pip install -r monkey/monkey_island/requirements.txt # for unit tests -- pip install flake8 pytest dlint # for next stages +- pip install flake8 pytest dlint flake8-import-order # for next stages - pip install coverage # for code coverage - pip install -r monkey/infection_monkey/requirements.txt # for unit tests - pip install pipdeptree