Skip to content

Commit

Permalink
Allign .travis.yml with Coverage CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemekWirkus committed Nov 18, 2015
1 parent 929ff54 commit 760b390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ install:
script: python setup.py test

after_success:
- coverage -x setup.py test
- coverage -rm
- coverage run setup.py test
- coverage html

0 comments on commit 760b390

Please sign in to comment.