Skip to content

Commit

Permalink
Add flake8 linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsaxonwp committed Jun 9, 2019
1 parent 8425452 commit c591588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ python:
sudo: required
dist: xenial
install:
- pip install -U tox-travis coveralls
- pip install -U tox-travis coveralls flake8
script: tox
after_success:
- coveralls
- flake8

0 comments on commit c591588

Please sign in to comment.