mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-08 15:05:15 +02:00
Merge branch 'state_space' into devel
This commit is contained in:
commit
a7645105e4
1 changed files with 5 additions and 2 deletions
|
|
@ -47,9 +47,11 @@ before_deploy:
|
||||||
- make html
|
- make html
|
||||||
- cd ../
|
- cd ../
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]];
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]];
|
||||||
then export DIST='sdist';
|
then
|
||||||
|
export DIST='sdist';
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
|
elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
|
||||||
then export DIST='bdist_wheel';
|
then
|
||||||
|
export DIST='bdist_wheel';
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
@ -60,5 +62,6 @@ deploy:
|
||||||
on:
|
on:
|
||||||
tags: true
|
tags: true
|
||||||
branch: deploy
|
branch: deploy
|
||||||
|
condition: "$TRAVIS_OS_NAME" == "osx" || ( "$TRAVIS_OS_NAME" == "linux" && "$PYTHON_VERSION" == "2.7" )
|
||||||
distributions: $DIST
|
distributions: $DIST
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue