Skip to content

Commit

Permalink
Add codecov integration in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed May 16, 2015
1 parent ac7203e commit f1bc40d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -20,7 +20,7 @@ install:
script: nosetests -v --with-coverage --cover-package=wechatpy

after_success:
- pip install coveralls
- pip install scrutinizer-ocular
- pip install coveralls scrutinizer-ocular codecov
- coveralls
- ocular
- codecov

0 comments on commit f1bc40d

Please sign in to comment.