Install Qt5/PyQt5 from custom bottles on OS X

We have a custom build which comes with QtWebKit now.
This commit is contained in:
Florian Bruhin 2016-05-29 11:16:43 +02:00
parent 345768bfc4
commit 9bb425d598

View File

@ -83,7 +83,8 @@ if [[ $DOCKER ]]; then
elif [[ $TRAVIS_OS_NAME == osx ]]; then
# Disable App Nap
defaults write NSGlobalDomain NSAppSleepDisabled -bool YES
brew_install python3 pyqt5
curl -LOO https://github.com/The-Compiler/homebrew-qt5-webkit/releases/download/v5.6.0-1/{qt5-5.6.0,pyqt5-5.6}.el_capitan.bottle.1.tar.gz
brew_install python3 {qt5,pyqt5}-*.bottle.1.tar.gz
pip_install pip
pip_install tox
check_pyqt