[coverage] both coveralls and codecov, showing codecov

This commit is contained in:
mzwiessele 2016-08-03 11:17:12 +01:00
parent 4ab2ab5a83
commit 3400cab031
3 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@ before_install:
install: install:
- echo $PATH - echo $PATH
- source install_retry.sh - source install_retry.sh
#- pip install codecov - pip install codecov
- pip install coveralls - pip install coveralls
- pip install pypandoc - pip install pypandoc
- pip install git+git://github.com/BRML/climin.git - pip install git+git://github.com/BRML/climin.git
@ -40,7 +40,7 @@ script:
- coverage run travis_tests.py - coverage run travis_tests.py
after_success: after_success:
#- codecov - codecov
- coveralls - coveralls
before_deploy: before_deploy:

View file

@ -9,7 +9,7 @@ The Gaussian processes framework in Python.
* Travis-CI [unit-tests](https://travis-ci.org/SheffieldML/GPy) * Travis-CI [unit-tests](https://travis-ci.org/SheffieldML/GPy)
* [![licence](https://img.shields.io/badge/licence-BSD-blue.svg)](http://opensource.org/licenses/BSD-3-Clause) * [![licence](https://img.shields.io/badge/licence-BSD-blue.svg)](http://opensource.org/licenses/BSD-3-Clause)
[![develstat](https://travis-ci.org/SheffieldML/GPy.svg?branch=devel)](https://travis-ci.org/SheffieldML/GPy) [![appveyor](https://ci.appveyor.com/api/projects/status/662o6tha09m2jix3/branch/deploy?svg=true)](https://ci.appveyor.com/project/mzwiessele/gpy/branch/deploy) [![coverallsdevel](https://coveralls.io/repos/github/SheffieldML/GPy/badge.svg?branch=devel)](https://coveralls.io/github/SheffieldML/GPy?branch=devel) [![Research software impact](http://depsy.org/api/package/pypi/GPy/badge.svg)](http://depsy.org/package/python/GPy) [![Code Health](https://landscape.io/github/SheffieldML/GPy/devel/landscape.svg?style=flat)](https://landscape.io/github/SheffieldML/GPy/devel) [![develstat](https://travis-ci.org/SheffieldML/GPy.svg?branch=devel)](https://travis-ci.org/SheffieldML/GPy) [![appveyor](https://ci.appveyor.com/api/projects/status/662o6tha09m2jix3/branch/deploy?svg=true)](https://ci.appveyor.com/project/mzwiessele/gpy/branch/deploy) [![coverallsdevel](https://coveralls.io/repos/github/SheffieldML/GPy/badge.svg?branch=devel)](https://coveralls.io/github/SheffieldML/GPy?branch=devel) [![covdevel](http://codecov.io/github/SheffieldML/GPy/coverage.svg?branch=devel)](http://codecov.io/github/SheffieldML/GPy?branch=devel) [![Research software impact](http://depsy.org/api/package/pypi/GPy/badge.svg)](http://depsy.org/package/python/GPy) [![Code Health](https://landscape.io/github/SheffieldML/GPy/devel/landscape.svg?style=flat)](https://landscape.io/github/SheffieldML/GPy/devel)
## Updated Structure ## Updated Structure

View file

@ -26,8 +26,8 @@ install:
# GPy needs paramz # GPy needs paramz
- python -m pip install paramz - python -m pip install paramz
- python -m pip install nose-show-skipped - python -m pip install nose-show-skipped
# - python -m pip install coverage - python -m pip install coverage
- pip install coveralls - python -m pip install coveralls
- python -m pip install codecov - python -m pip install codecov
- python -m pip install twine - python -m pip install twine
- "python setup.py develop" - "python setup.py develop"
@ -48,7 +48,7 @@ test_script:
after_test: after_test:
# This step builds your wheels. # This step builds your wheels.
- "python setup.py bdist_wheel bdist_wininst" - "python setup.py bdist_wheel bdist_wininst"
#- codecov - codecov
- coveralls - coveralls
artifacts: artifacts: