Skip to content

Commit

Permalink
Test with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
malteos committed Sep 5, 2018
1 parent 03e1b28 commit 5f06109
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 @@ -24,7 +24,8 @@ install:

# Start tests
script:
- python manage.py test
- coverage run --branch manage.py test
- coverage report

# Generate test coverage
after_success:
Expand Down

0 comments on commit 5f06109

Please sign in to comment.