From 34b2e5bec1489f3b746f33d39ccaba5e6209d1e7 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sun, 17 Feb 2019 21:02:54 +0100 Subject: [PATCH] travis: Use PyPI PyQt for macOS The Homebrew PyQt is quite out of date (5.10), and this is probably faster. --- .travis.yml | 2 +- scripts/dev/ci/travis_install.sh | 32 +------------------------------- 2 files changed, 2 insertions(+), 32 deletions(-) diff --git a/.travis.yml b/.travis.yml index 45bf8e688..a07fc2279 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,7 @@ matrix: ### macOS sierra - os: osx - env: TESTENV=py37 OSX=sierra + env: TESTENV=py37-pyqt511 OSX=sierra osx_image: xcode9.2 language: generic ### macOS yosemite diff --git a/scripts/dev/ci/travis_install.sh b/scripts/dev/ci/travis_install.sh index c736a01d3..064f4098a 100644 --- a/scripts/dev/ci/travis_install.sh +++ b/scripts/dev/ci/travis_install.sh @@ -53,43 +53,13 @@ npm_install() { travis_retry npm install -g "$@" } -check_pyqt() { - python3 <