Add codecov
This commit is contained in:
parent
5bf1aaf053
commit
4197532cd3
1 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,11 @@ install:
|
||||||
# command to run tests, e.g. python setup.py test
|
# command to run tests, e.g. python setup.py test
|
||||||
script: COMMAND='coverage run' tox -e$TOXENV
|
script: COMMAND='coverage run' tox -e$TOXENV
|
||||||
|
|
||||||
after_success: coveralls
|
before_install:
|
||||||
|
- pip install codecov
|
||||||
|
after_success:
|
||||||
|
- codecov
|
||||||
|
- coveralls
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
|
|
Loading…
Reference in a new issue