travis: re-enable codecov.io uploads
This commit is contained in:
parent
bb47c09ebd
commit
0f6315b3d7
|
@ -12,6 +12,8 @@ python:
|
|||
- "3.4"
|
||||
- "3.5"
|
||||
install:
|
||||
- pip install -U pip tox virtualenv
|
||||
- pip install -U pip tox virtualenv codecov
|
||||
script:
|
||||
- tox -e py
|
||||
- tox -e coverage
|
||||
after_success:
|
||||
- codecov
|
||||
|
|
Loading…
Reference in New Issue
Block a user