From ccc3ef9bca080e27361830ae815be4b129e50411 Mon Sep 17 00:00:00 2001 From: Milton Lenis Date: Sun, 15 Nov 2020 21:54:06 -0500 Subject: [PATCH] Removing installation of flake8 in travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2ed50b1..bf9a2ee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,6 @@ env: install: - pip install $DJANGO - - pip install flake8 - pip install coveralls script: coverage run --source=menu_generator manage.py test