Install setuptools 47.3.1 on Python 3.9

This commit is contained in:
Andrew Murray 2020-07-10 21:26:49 +10:00
parent fc1f16b616
commit 20135f7cbd

View File

@ -30,6 +30,7 @@ pip install -U pytest-cov
pip install pyroma
pip install test-image-results
pip install numpy
if [ "$TRAVIS_PYTHON_VERSION" == "3.9-dev" ]; then pip install setuptools==47.3.1 ; fi
if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
# arm64, ppc64le, s390x CPUs:
# "ERROR: Could not find a version that satisfies the requirement pyqt5"