Skip to content

Commit

Permalink
Add flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Apr 11, 2016
1 parent 756e300 commit 04d8767
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ install:
- pip install "pip<8.0.0" wheel
- pip install "$DJANGO" "coverage==3.7.1" coveralls "mock>=1.0.1"
- pip install .
- pip install flake8
matrix:
exclude:
- python: "3.5"
Expand All @@ -31,7 +32,9 @@ matrix:
branches:
only:
- master
script: coverage run manage.py test allauth
script:
- flake8 --exclude=migrations,south_migrations allauth
- coverage run manage.py test allauth
after_success:
- coverage report
- coveralls

0 comments on commit 04d8767

Please sign in to comment.