add codecov

pull/109/head
codl 2017-11-27 00:47:00 +01:00
parent 9c490fc387
commit 430bebc124
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 6 additions and 2 deletions

View File

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