mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-26 15:49:40 +02:00
fix: bdist_dumb and bdist_rpm
This commit is contained in:
parent
9dbb1a945a
commit
bf102e47e7
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ after_success:
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]];
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]];
|
||||||
then
|
then
|
||||||
export DIST='sdist';
|
export DIST='sdist bdist_rpm bdist_dumb';
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
|
elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
|
||||||
then
|
then
|
||||||
export DIST='bdist_wheel';
|
export DIST='bdist_wheel';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue