mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
This commit is contained in:
commit
bffcd916fb
2 changed files with 8 additions and 2 deletions
|
|
@ -48,9 +48,11 @@ before_deploy:
|
|||
- make html
|
||||
- cd ../
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]];
|
||||
then export DIST='sdist';
|
||||
then
|
||||
export DIST='sdist';
|
||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
|
||||
then export DIST='bdist_wheel';
|
||||
then
|
||||
export DIST='bdist_wheel';
|
||||
fi;
|
||||
|
||||
deploy:
|
||||
|
|
@ -61,5 +63,6 @@ deploy:
|
|||
on:
|
||||
tags: true
|
||||
branch: deploy
|
||||
condition: "$TRAVIS_OS_NAME" == "osx" || ( "$TRAVIS_OS_NAME" == "linux" && "$PYTHON_VERSION" == "2.7" )
|
||||
distributions: $DIST
|
||||
skip_cleanup: true
|
||||
|
|
|
|||
|
|
@ -11,3 +11,6 @@ universal = 1
|
|||
[upload_docs]
|
||||
upload-dir = doc/build/html
|
||||
|
||||
[medatdata]
|
||||
description-file = README.rst
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue