travis: Install pip on OS X

It seems pip isn't preinstalled on the newest image.
This commit is contained in:
Florian Bruhin 2016-10-05 13:10:31 +02:00
parent 04d2d60241
commit 197e3732d8

View File

@ -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