add codecov to ci

This commit is contained in:
Prodesire 2018-01-04 23:33:30 +08:00
parent d8fd179dd1
commit 9845203cea
3 changed files with 2 additions and 3 deletions

View File

@ -23,7 +23,7 @@ install:
- "%CMD_IN_ENV% pip install tox"
test_script:
- "%CMD_IN_ENV% tox"
- "%CMD_IN_ENV% tox codecov"
on_success:
- "%CMD_IN_ENV% codecov"

View File

@ -10,7 +10,7 @@ sudo: false
cache: pip
install:
- pip install tox
- pip install tox codecov
script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .)

View File

@ -1,3 +1,2 @@
pytest>=2.8.0
pytest-xdist
codecov