Add code coverage with Codecov in Travis

This commit is contained in:
Dennis Siemensma 2016-11-27 20:29:49 +01:00
parent 220db73fbe
commit b228bd524b

View File

@ -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