add codecov

This commit is contained in:
codl 2017-11-27 00:47:00 +01:00
pare 9c490fc387
commit 430bebc124
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 6CD7C8891ED1233A

Veure arxiu

@ -3,5 +3,9 @@ python:
- "3.6"
- "2.7"
install: pip install .
script: python setup.py pytest
install:
- pip install .
- pip install codecov
script:
- python setup.py pytest
- codecov