Fix travis_install for newer Homebrew
This commit is contained in:
parent
d1854eddaf
commit
cdbff411d0
@ -83,7 +83,9 @@ elif [[ $TRAVIS_OS_NAME == osx ]]; then
|
|||||||
sudo -H python get-pip.py
|
sudo -H python get-pip.py
|
||||||
|
|
||||||
brew --version
|
brew --version
|
||||||
brew_install python3 qt5 pyqt5 libyaml
|
brew update
|
||||||
|
brew upgrade python
|
||||||
|
brew install qt5 pyqt5 libyaml
|
||||||
|
|
||||||
pip_install -r misc/requirements/requirements-tox.txt
|
pip_install -r misc/requirements/requirements-tox.txt
|
||||||
python3 -m pip --version
|
python3 -m pip --version
|
||||||
|
Loading…
Reference in New Issue
Block a user