mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-04-24 20:36:23 +02:00
[coverage reports] change to coveralls as test
This commit is contained in:
parent
0527c63cd6
commit
040ac72b82
2 changed files with 8 additions and 4 deletions
|
|
@ -28,7 +28,8 @@ before_install:
|
|||
install:
|
||||
- echo $PATH
|
||||
- source install_retry.sh
|
||||
- pip install codecov
|
||||
#- pip install codecov
|
||||
- pip install coveralls
|
||||
- pip install pypandoc
|
||||
- pip install git+git://github.com/BRML/climin.git
|
||||
- pip install autograd
|
||||
|
|
@ -39,7 +40,8 @@ script:
|
|||
- coverage run travis_tests.py
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
#- codecov
|
||||
- coveralls
|
||||
|
||||
before_deploy:
|
||||
- cd doc
|
||||
|
|
|
|||
|
|
@ -24,7 +24,8 @@ install:
|
|||
# GPy needs paramz
|
||||
- python -m pip install paramz
|
||||
- python -m pip install nose-show-skipped
|
||||
- python -m pip install coverage
|
||||
# - python -m pip install coverage
|
||||
- pip install coveralls
|
||||
- python -m pip install codecov
|
||||
- python -m pip install twine
|
||||
- "python setup.py develop"
|
||||
|
|
@ -45,7 +46,8 @@ test_script:
|
|||
after_test:
|
||||
# This step builds your wheels.
|
||||
- "python setup.py bdist_wheel bdist_wininst"
|
||||
- codecov
|
||||
#- codecov
|
||||
- coveralls
|
||||
|
||||
artifacts:
|
||||
# bdist_wheel puts your built wheel in the dist directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue