Skip to content

Commit

Permalink
Potential fix for Codecov not working
Browse files Browse the repository at this point in the history
  • Loading branch information
runfalk committed Dec 21, 2015
1 parent 59a19be commit 44b3e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ python:
install:
- pip install codecov
script:
- python -m unittest spans.tests.suite
- coverage run -m unittest spans.tests.suite
after_success:
- codecov

0 comments on commit 44b3e75

Please sign in to comment.