We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d87c6b commit 6fd24b5Copy full SHA for 6fd24b5
.travis.yml
@@ -20,7 +20,7 @@ before_install:
20
# The current version of pip no longer supports Python 3.5 since 2021-01-23, so get the specific version instead.
21
- |
22
if [[ "${PYTHON}" == "python3.5" ]]; then
23
- GETPIPURL=https://bootstrap.pypa.io/3.5/get-pip.py
+ GETPIPURL=https://bootstrap.pypa.io/pip/3.5/get-pip.py
24
else
25
GETPIPURL=https://bootstrap.pypa.io/get-pip.py
26
fi
0 commit comments