mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-26 15:49:40 +02:00
Revert "Revert "[coverage reports] change to coveralls as test""
This reverts commit ee23da6dd9.
This commit is contained in:
parent
ee23da6dd9
commit
cc730cd2f4
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue