Skip to content

Commit

Permalink
Update travis file to execute the coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Colline Waitire authored and Colline Waitire committed Aug 31, 2018
1 parent a03f3b3 commit ce13ae8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,12 @@ python:

install:
- pip install -r requirements.txt
- pip install coverage
- pip install coveralls

script:
- python manage.py test
- coverage run --source=authors/ manage.py test
- coverage report -m

after_script:
- coveralls

0 comments on commit ce13ae8

Please sign in to comment.