Skip to content

Commit 8d18acf

Browse files
committed
fixup! Test on min versions of all deps, not just six
1 parent 45863e2 commit 8d18acf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

requirements-install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
if [[ $PIP_VERSION ]]; then
44
pip install "pip==$PIP_VERSION"
55
else
6-
# Upgrade pip first because the ancient Travis version is b0rked
76
pip install -U pip
8-
pip install -U setuptools wheel
97
fi
108

119
if [[ $DEP_VERSION == "min" ]]; then

0 commit comments

Comments
 (0)