travis: Don't try to upgrade pip on OS X
We will run into (probably?) system integrity protection.
This commit is contained in:
parent
197e3732d8
commit
bce5fc529b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user