Skip to content

Commit

Permalink
fix coverage bug
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHancock committed Sep 2, 2017
1 parent 0358f86 commit 34fb111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:
- pip install coveralls
# command to run tests
script:
coverage run setup.py test
coverage combine
- coverage run setup.py test
- coverage combine
after_success:
coveralls
- coveralls

0 comments on commit 34fb111

Please sign in to comment.