Skip to content

Commit 45863e2

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements-install.sh

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

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

0 commit comments

Comments
 (0)