Skip to content

Commit

Permalink
Use get-pip for PY2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Feb 22, 2021
1 parent 261f270 commit a9ff1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ env:
- ls -lh "${PYTHON_INSTALL_EXE}"
- stat "${PYTHON_INSTALL_EXE}"
- /Applications/Python\ ${PYTHON_VERSION_SHORT}/Install\ Certificates.command || echo "No need to fix certificates"
- curl https://bootstrap.pypa.io/get-pip.py | ${PYTHON_INSTALL_EXE}
- if [ "2.7" = "$PYTHON_VERSION" ]; then curl https://bootstrap.pypa.io/2.7/get-pip.py | ${PYTHON_INSTALL_EXE}; else curl https://bootstrap.pypa.io/get-pip.py | ${PYTHON_INSTALL_EXE}; fi
- >
"${PYTHON_INSTALL_EXE}" -m pip install -U pip
- >
Expand Down

0 comments on commit a9ff1ce

Please sign in to comment.