Skip to content

Commit

Permalink
Removing installation of flake8 in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MiltonLn committed Nov 16, 2020
1 parent e916745 commit ccc3ef9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ env:

install:
- pip install $DJANGO
- pip install flake8
- pip install coveralls

script: coverage run --source=menu_generator manage.py test
Expand Down

0 comments on commit ccc3ef9

Please sign in to comment.