Skip to content
This repository has been archived by the owner on Nov 6, 2018. It is now read-only.

Commit

Permalink
Add codecov, fixes #97
Browse files Browse the repository at this point in the history
  • Loading branch information
nryoung committed Oct 4, 2015
1 parent 5b5bfed commit c671857
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -18,3 +18,8 @@ matrix:
install: pip install tox
# command to run tests
script: tox -e $TOX_ENV
# codecov
before_install:
- pip install codecov
after_success:
- codecov

0 comments on commit c671857

Please sign in to comment.