Skip to content

Commit

Permalink
Updated Travis CI configuration to support codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
runfalk committed Dec 21, 2015
1 parent 26ee724 commit 59a19be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@ python:
- 3.3
- 3.4
- 3.5
install:
- pip install codecov
script:
- python -m unittest spans.tests.suite
after_success:
- codecov

0 comments on commit 59a19be

Please sign in to comment.