Skip to content

Commit

Permalink
integrate coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed May 30, 2018
1 parent 096d093 commit 429a19b
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 @@ -3,7 +3,8 @@ python:
- "3.6"
install:
- pip install -r requirements.txt
- pip install coverage codecov
- pip install coverage codecov coveralls
script:
- coverage run --branch --source=. --omit=*/migrations/* ./manage.py test
- codecov
- coveralls

0 comments on commit 429a19b

Please sign in to comment.