Skip to content

Commit

Permalink
Travis: Enable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
suutari-ai committed Mar 10, 2017
1 parent ad44a67 commit f8e53e3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ matrix:

install:
- travis_retry pip install tox
- travis_retry pip install codecov
- travis_retry pip install coveralls
- pip install -U pip setuptools
- python setup.py bdist_wheel
Expand All @@ -34,4 +35,6 @@ cache: pip

script: tox -v --installpkg dist/*.whl

after_success: test $TOXENV = py35-pip9 && coveralls
after_success:
- codecov
- coveralls

0 comments on commit f8e53e3

Please sign in to comment.