Removed TravisCI setuptools version requirement

This commit is contained in:
Andrew Murray 2020-08-21 22:30:25 +10:00
parent 8deaebd5e0
commit 3e6dae8455

View File

@ -32,7 +32,6 @@ pip install test-image-results
pip install numpy
# TODO Remove when 3.9-dev includes setuptools 49.3.2+:
if [ "$TRAVIS_PYTHON_VERSION" == "3.9-dev" ]; then pip install -U "setuptools>=49.3.2" ; fi
if [ "$GHA_PYTHON_VERSION" == "3.9-dev" ]; then pip install -U "setuptools>=49.3.2" ; fi
if [[ $TRAVIS_PYTHON_VERSION == 3.* ]]; then