Do not install PyQt5 5.14.1 (#4339)

Do not install PyQt5 5.14.1
This commit is contained in:
Hugo van Kemenade 2020-01-06 21:01:45 +02:00 committed by GitHub
commit 362962d269
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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