Use codecov program instead of bash script.

This commit is contained in:
Yuxin Wang 2018-12-14 00:39:40 -05:00
parent 2d5ac6e140
commit fd943a6b7f

View file

@ -5,13 +5,13 @@ python: 3.7
cache: pip
install:
- pip install tox-travis
- pip install tox-travis codecov
script:
- tox
after_success:
- curl -s https://codecov.io/bash | bash
- codecov
notifications:
email: false