Skip to content

Commit

Permalink
Add flake8 / isort to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Jan 24, 2016
1 parent cbebd68 commit a85bf33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ env:
- DJANGO='django<1.9'
- DJANGO='django<1.10'
install:
- pip install $DJANGO coverage coveralls
- pip install $DJANGO coverage coveralls flake8 isort
before_script:
- make lint
script: coverage run --rcfile=.coveragerc runtests.py
after_success: coveralls
notifications:
Expand Down
3 changes: 2 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
django
django>=1.6
flake8
coverage
isort

0 comments on commit a85bf33

Please sign in to comment.