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
python:
- 2.7
- 3.4
- 3.5
install: pip install tox-travis
install: pip install tox-travis codecov
script: tox
after_success:
- codecov
matrix:
allow_failures:
- python: 2.7