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}
|
||||
fi
|
||||
|
||||
pip install wheel
|
||||
MODULES="pyobjc-core pyobjc-framework-Cocoa pyobjc-framework-CFNetwork pyobjc-framework-Quartz"
|
||||
if [ ${ON_TRAVIS} = true ]; then
|
||||
WHEEL_DIR="${TRAVIS_BUILD_DIR}/cache/wheel"
|
||||
|
@ -42,7 +43,7 @@ else
|
|||
pip install $MODULES
|
||||
fi
|
||||
|
||||
pip install wheel dmgbuild jsonrpc certifi
|
||||
pip install dmgbuild jsonrpc certifi
|
||||
|
||||
echo $PATH
|
||||
export PATH=${PATH}:/Users/travis/Library/Python/2.7/bin
|
||||
|
|
Loading…
Reference in a new issue