Skip to content

Commit

Permalink
[travis] switch to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
njsmith committed Nov 10, 2016
1 parent 345f0ed commit 1e92266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -31,7 +31,7 @@ install:
script:
- nosetests --all-modules --with-cov --cov-conf ../.coveragerc --cov-report term-missing --cov ${INSTALLDIR} colorspacious
after_success:
- pip install coveralls && coveralls --rcfile=../.coveragerc
- pip install codecov && codecov
notifications:
email:
- njs@pobox.com

0 comments on commit 1e92266

Please sign in to comment.