mirror of https://github.com/flaggo/pydu.git
add codecov to ci
This commit is contained in:
parent
d8fd179dd1
commit
9845203cea
|
@ -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"
|
||||
|
|
|
@ -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 .)
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
pytest>=2.8.0
|
||||
pytest-xdist
|
||||
codecov
|
||||
|
|
Loading…
Reference in New Issue