Skip to content

Commit

Permalink
Add codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhuramachandran committed Feb 6, 2017
1 parent f514b1a commit 2f546dc
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 @@ -4,7 +4,7 @@ python:

install:
- pip install -r requirements.txt
- pip install coverage
- pip install coverage codecov
- python setup.py develop

script:
Expand All @@ -14,3 +14,4 @@ script:

after_success:
- coverage report
- codecov

0 comments on commit 2f546dc

Please sign in to comment.