forked from LBRYCommunity/lbry-sdk
also need wheel
This commit is contained in:
parent
04740eb928
commit
71fad7e97f
1 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@ else
|
||||||
LBRY=${TRAVIS_BUILD_DIR}
|
LBRY=${TRAVIS_BUILD_DIR}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pip install wheel
|
||||||
MODULES="pyobjc-core pyobjc-framework-Cocoa pyobjc-framework-CFNetwork pyobjc-framework-Quartz"
|
MODULES="pyobjc-core pyobjc-framework-Cocoa pyobjc-framework-CFNetwork pyobjc-framework-Quartz"
|
||||||
if [ ${ON_TRAVIS} = true ]; then
|
if [ ${ON_TRAVIS} = true ]; then
|
||||||
WHEEL_DIR="${TRAVIS_BUILD_DIR}/cache/wheel"
|
WHEEL_DIR="${TRAVIS_BUILD_DIR}/cache/wheel"
|
||||||
|
@ -42,7 +43,7 @@ else
|
||||||
pip install $MODULES
|
pip install $MODULES
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pip install wheel dmgbuild jsonrpc certifi
|
pip install dmgbuild jsonrpc certifi
|
||||||
|
|
||||||
echo $PATH
|
echo $PATH
|
||||||
export PATH=${PATH}:/Users/travis/Library/Python/2.7/bin
|
export PATH=${PATH}:/Users/travis/Library/Python/2.7/bin
|
||||||
|
|
Loading…
Add table
Reference in a new issue