Add codecov

This will track coverage reports for Pull Requests and on everything
else I do.

(cherry picked from commit 76d6da6317)
This commit is contained in:
Ian Cordasco 2017-04-08 10:17:35 -05:00
parent 92a365464d
commit 8090c3da26
No known key found for this signature in database
GPG Key ID: 656D3395E4A9791A
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
language: python
sudo: false
before_script:
- pip install tox
- pip install tox codecov
script: tox
@ -28,3 +28,6 @@ matrix:
notifications:
on_success: change
on_failure: always
after_success:
- codecov