travis: Update OS X bottle to Qt 5.6.1
This commit is contained in:
parent
5c1401b0a1
commit
cfe360b95e
@ -36,9 +36,6 @@ matrix:
|
|||||||
env: TESTENV=check-manifest
|
env: TESTENV=check-manifest
|
||||||
- os: linux
|
- os: linux
|
||||||
env: TESTENV=eslint
|
env: TESTENV=eslint
|
||||||
allow_failures:
|
|
||||||
- os: osx
|
|
||||||
env: TESTENV=py35
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
@ -83,7 +83,8 @@ if [[ $DOCKER ]]; then
|
|||||||
elif [[ $TRAVIS_OS_NAME == osx ]]; then
|
elif [[ $TRAVIS_OS_NAME == osx ]]; then
|
||||||
# Disable App Nap
|
# Disable App Nap
|
||||||
defaults write NSGlobalDomain NSAppSleepDisabled -bool YES
|
defaults write NSGlobalDomain NSAppSleepDisabled -bool YES
|
||||||
curl -LOO https://github.com/The-Compiler/homebrew-qt5-webkit/releases/download/v5.6.0-1/{qt5-5.6.0,pyqt5-5.6}.el_capitan.bottle.1.tar.gz
|
curl -LO https://github.com/The-Compiler/homebrew-qt5-webkit/releases/download/v5.6.0-1/pyqt5-5.6.el_capitan.bottle.1.tar.gz
|
||||||
|
curl -LO https://github.com/The-Compiler/homebrew-qt5-webkit/releases/download/v5.6.1-1/qt5-5.6.1.el_capitan.bottle.1.tar.gz
|
||||||
brew_install python3 {qt5,pyqt5}-*.bottle.1.tar.gz
|
brew_install python3 {qt5,pyqt5}-*.bottle.1.tar.gz
|
||||||
pip_install pip
|
pip_install pip
|
||||||
pip_install tox
|
pip_install tox
|
||||||
|
Loading…
Reference in New Issue
Block a user