travis: Don't try to upgrade pip on OS X

We will run into (probably?) system integrity protection.
This commit is contained in:
Florian Bruhin 2016-10-05 13:20:33 +02:00
parent 197e3732d8
commit bce5fc529b

View File

@ -94,7 +94,7 @@ elif [[ $TRAVIS_OS_NAME == osx ]]; then
brew --version
brew_install python3 qt5 pyqt5
pip_install pip
pip_install tox
pip --version
tox --version