mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-03 16:52:39 +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:
|
||||
- echo $PATH
|
||||
- source install_retry.sh
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]];
|
||||
then
|
||||
conda install --yes pandoc
|
||||
fi;
|
||||
- pip install codecov
|
||||
- pip install coveralls
|
||||
- pip install pypandoc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue