Skip to content

Commit 6fd24b5

Browse files
Fix 3.5 get-pip.py URL
Cf. pypa/get-pip#61
1 parent 2d87c6b commit 6fd24b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020
# The current version of pip no longer supports Python 3.5 since 2021-01-23, so get the specific version instead.
2121
- |
2222
if [[ "${PYTHON}" == "python3.5" ]]; then
23-
GETPIPURL=https://bootstrap.pypa.io/3.5/get-pip.py
23+
GETPIPURL=https://bootstrap.pypa.io/pip/3.5/get-pip.py
2424
else
2525
GETPIPURL=https://bootstrap.pypa.io/get-pip.py
2626
fi

0 commit comments

Comments
 (0)