From 3e6dae8455e127fde974f8e90db065a4bcdf5475 Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 21 Aug 2020 22:30:25 +1000 Subject: [PATCH] Removed TravisCI setuptools version requirement --- .ci/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.ci/install.sh b/.ci/install.sh index 3c75526fe..2143c0613 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -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