Use pip to install codecov.

This commit is contained in:
Yuxin Wang 2018-10-01 16:54:21 -04:00
parent ca44603284
commit 8931aee7d2

View file

@ -21,7 +21,7 @@ jobs:
python: 3.6
script:
- tox
- bash <(curl -s https://codecov.io/bash)
- pip install codecov && codecov
notifications:
email: false