Skip to content

Commit

Permalink
Added flake8 checking to travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dlareau committed Feb 13, 2020
1 parent 3398289 commit e6f5d76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[flake8]
max-line-length = 100
exclude = huntserver/migrations
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ after_success:
- pip install coveralls
- cp .coverage .coverage.extra
- coverage combine
- coveralls
- coveralls
- flake8 huntserver

0 comments on commit e6f5d76

Please sign in to comment.