Add code coverage with Codecov in Travis
This commit is contained in:
parent
220db73fbe
commit
b228bd524b
@ -1,10 +1,17 @@
|
|||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.4
|
- 3.4
|
||||||
- 3.5
|
- 3.5
|
||||||
install: pip install tox-travis
|
|
||||||
|
install: pip install tox-travis codecov
|
||||||
|
|
||||||
script: tox
|
script: tox
|
||||||
|
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: 2.7
|
- python: 2.7
|
||||||
|
Loading…
Reference in New Issue
Block a user