mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
fix: pandoc install under travis osx
This commit is contained in:
parent
d70aa771f4
commit
508e6c009c
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ install:
|
|||
- source install_retry.sh
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]];
|
||||
then
|
||||
conda install --yes pandoc
|
||||
conda install --yes pandoc;
|
||||
fi;
|
||||
- pip install codecov
|
||||
- pip install coveralls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue