Skip to content

Commit

Permalink
Add flake8 to pip install in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed Feb 13, 2020
1 parent 208532e commit c12fce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ after_script:
- docker-compose rm -f

after_success:
- pip install coveralls
- pip install coveralls flake8
- cp .coverage .coverage.extra
- coverage combine
- coveralls
Expand Down

0 comments on commit c12fce2

Please sign in to comment.