travis: update to codecov.io instead (nicer UI)

fix_request_path_info
Diederik van der Boor 2016-06-17 18:15:42 +02:00
parent 0353b6ec86
commit ddc9a8d8df
1 changed files with 5 additions and 3 deletions

View File

@ -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: