Update Travis-CI configuration with better codecov settings

Codecov suggests to use the bash uploader, even in Python projects. Who am I
to disagree? :)
This commit is contained in:
Gergely Polonkai 2017-01-16 11:48:43 +01:00
parent 4794d11bbb
commit e23cc83dff
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ install:
script:
- tox
after_success:
- codecov
- bash <(curl -s https://codecov.io/bash)