update setuptools on PyPy3 on Travis

This commit is contained in:
nulano 2020-10-12 02:08:47 +01:00
parent a079014991
commit 3a4964412f

View File

@ -33,9 +33,10 @@ pip install pyroma
pip install test-image-results
pip install numpy
# TODO Remove when 3.8 / 3.9 includes setuptools 49.3.2+:
# TODO Remove when 3.8 / 3.9 / PyPy3 includes setuptools 49.3.2+:
if [ "$GHA_PYTHON_VERSION" == "3.8" ]; then pip install -U "setuptools>=49.3.2" ; fi
if [ "$GHA_PYTHON_VERSION" == "3.9" ]; then pip install -U "setuptools>=49.3.2" ; fi
if [ "$TRAVIS_PYTHON_VERSION" == "pypy3.6-7.3.1" ]; then pip install -U "setuptools>=49.3.2" ; fi
if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then
# arm64, ppc64le, s390x CPUs: