Do not install PyQt5 5.14.2

This commit is contained in:
Hugo 2020-04-03 17:05:14 +03:00
parent 8c9100e267
commit ce6a06d1d4

View File

@ -20,7 +20,7 @@ if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
# "ERROR: Could not find a version that satisfies the requirement pyqt5" # "ERROR: Could not find a version that satisfies the requirement pyqt5"
if [[ $TRAVIS_CPU_ARCH == "amd64" ]]; then if [[ $TRAVIS_CPU_ARCH == "amd64" ]]; then
sudo apt-get -qq install pyqt5-dev-tools sudo apt-get -qq install pyqt5-dev-tools
pip install pyqt5!=5.14.1 pip install pyqt5!=5.14.1,!=5.14.2
fi fi
fi fi