Skip to content

Commit

Permalink
Run flake8 in travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy HUBSCHER committed Dec 20, 2017
1 parent a242fe3 commit 873d5a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ script:
- tox
after_success:
- codecov
matrix:
include:
- python: 3.6
env:
- TOX_ENV=flake8
script: tox -e $TOX_ENV

0 comments on commit 873d5a0

Please sign in to comment.