Add codecov

This commit is contained in:
Iacopo Spalletti 2015-10-01 23:59:46 +02:00
parent 5bf1aaf053
commit 4197532cd3

View file

@ -36,7 +36,11 @@ install:
# command to run tests, e.g. python setup.py test
script: COMMAND='coverage run' tox -e$TOXENV
after_success: coveralls
before_install:
- pip install codecov
after_success:
- codecov
- coveralls
matrix:
exclude: