Skip to content

Commit

Permalink
Merge pull request yourlabs#577 from yourlabs/fix_codecov
Browse files Browse the repository at this point in the history
Coverage data is now in test_project
  • Loading branch information
jpic committed Feb 5, 2016
2 parents c3d93e3 + 014bc05 commit 282bc84
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 @@ -38,7 +38,8 @@ script:
- travis_retry tox
- test -d .tox/$TOXENV/log && cat .tox/$TOXENV/log/*.log || true
after_success:
- codecov
- travis_retry pip install codecov
- cd test_project && codecov
notifications:
irc:
channels:
Expand Down

0 comments on commit 282bc84

Please sign in to comment.