From 04d2d6024195ffaa74b0c2748e05757451370346 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 5 Oct 2016 12:53:59 +0200 Subject: [PATCH] travis: Remove custom OS X Qt builds --- scripts/dev/ci/travis_install.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/dev/ci/travis_install.sh b/scripts/dev/ci/travis_install.sh index 435af6389..aa6890a45 100644 --- a/scripts/dev/ci/travis_install.sh +++ b/scripts/dev/ci/travis_install.sh @@ -88,10 +88,8 @@ if [[ $DOCKER ]]; then elif [[ $TRAVIS_OS_NAME == osx ]]; then # Disable App Nap defaults write NSGlobalDomain NSAppSleepDisabled -bool YES - curl -LO https://github.com/The-Compiler/homebrew-qt5-webkit/releases/download/v5.6.0-1/pyqt5-5.6.el_capitan.bottle.1.tar.gz - curl -LO https://github.com/The-Compiler/homebrew-qt5-webkit/releases/download/v5.6.1_1-1/qt5-5.6.1-1.yosemite.bottle.1.tar.gz brew --version - brew_install python3 {qt5,pyqt5}-*.bottle.1.tar.gz + brew_install python3 qt5 pyqt5 pip_install pip pip_install tox pip --version