From 16ff7b12c6a966a3706c5fac988c7bb725380cb6 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Mon, 6 Jan 2020 20:19:22 +1100 Subject: [PATCH] Do not install PyQt5 5.14.1 --- .travis/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/install.sh b/.travis/install.sh index 6fba26ccb..0878bba3b 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -17,7 +17,7 @@ pip install test-image-results pip install numpy if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then sudo apt-get -qq install pyqt5-dev-tools - pip install pyqt5 + pip install pyqt5!=5.14.1 fi # docs only on Python 3.8