Fix travis_install for newer Homebrew

This commit is contained in:
Florian Bruhin 2018-03-05 15:51:26 +01:00
parent d1854eddaf
commit cdbff411d0

View File

@ -83,7 +83,9 @@ elif [[ $TRAVIS_OS_NAME == osx ]]; then
sudo -H python get-pip.py
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
python3 -m pip --version