From 197e3732d885830664820857d153f71406c94696 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 5 Oct 2016 13:10:31 +0200 Subject: [PATCH] travis: Install pip on OS X It seems pip isn't preinstalled on the newest image. --- scripts/dev/ci/travis_install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/dev/ci/travis_install.sh b/scripts/dev/ci/travis_install.sh index aa6890a45..9c3a47ac8 100644 --- a/scripts/dev/ci/travis_install.sh +++ b/scripts/dev/ci/travis_install.sh @@ -88,6 +88,10 @@ if [[ $DOCKER ]]; then elif [[ $TRAVIS_OS_NAME == osx ]]; then # Disable App Nap defaults write NSGlobalDomain NSAppSleepDisabled -bool YES + + curl -LO https://bootstrap.pypa.io/get-pip.py + sudo -H python get-pip.py + brew --version brew_install python3 qt5 pyqt5 pip_install pip