mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +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:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]];
|
||||
then
|
||||
export DIST='sdist';
|
||||
export DIST='sdist bdist_rpm bdist_dumb';
|
||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]];
|
||||
then
|
||||
export DIST='bdist_wheel';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue