travis: update to codecov.io instead (nicer UI)
parent
0353b6ec86
commit
ddc9a8d8df
|
|
@ -47,16 +47,18 @@ matrix:
|
||||||
- python: "2.6"
|
- python: "2.6"
|
||||||
env: DJANGO=">=1.9,<1.10"
|
env: DJANGO=">=1.9,<1.10"
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- pip install codecov
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- pip install -U pip wheel
|
||||||
- pip install django$DJANGO coverage==3.6
|
- pip install django$DJANGO coverage==3.6
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- coverage run --source=polymorphic runtests.py
|
- coverage run --source=polymorphic runtests.py
|
||||||
- coverage report -m
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- pip install coveralls==0.2
|
- codecov
|
||||||
- coveralls
|
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue