mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-05 01:32:40 +02:00
fix: pandoc install under travis osx
This commit is contained in:
parent
852e86dddf
commit
d70aa771f4
1 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,10 @@ before_install:
|
||||||
install:
|
install:
|
||||||
- echo $PATH
|
- echo $PATH
|
||||||
- source install_retry.sh
|
- source install_retry.sh
|
||||||
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]];
|
||||||
|
then
|
||||||
|
conda install --yes pandoc
|
||||||
|
fi;
|
||||||
- pip install codecov
|
- pip install codecov
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
- pip install pypandoc
|
- pip install pypandoc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue