Merge pull request #4779 from radarhere/python39_setuptools

Install setuptools 47.3.1 on Python 3.9
This commit is contained in:
Andrew Murray 2020-07-11 13:19:28 +10:00 committed by GitHub
commit 4046e1c921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"