mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
[doc] pypandoc
This commit is contained in:
parent
407714801e
commit
847a544000
1 changed files with 10 additions and 2 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -6,7 +6,8 @@ os:
|
|||
|
||||
addons:
|
||||
apt:
|
||||
- pandoc
|
||||
- libbibutils2
|
||||
- pandoc
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
|
@ -19,7 +20,14 @@ env:
|
|||
|
||||
before_install:
|
||||
- export CONDA_CACHED=1
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export OS=Linux; elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export OS=MacOSX; else echo "OS not supported yet"; exit 1; fi;
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]];
|
||||
then export OS=Linux;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
|
||||
then export OS=MacOSX;
|
||||
brew install pandoc;
|
||||
else
|
||||
echo "OS not supported yet";
|
||||
exit 1; fi;
|
||||
- if [[ $PYTHON_VERSION == "2.7" ]];
|
||||
then export MINICONDA=Miniconda;
|
||||
elif [[ $PYTHON_VERSION == 3* ]];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue