Skip to content

Commit

Permalink
Use Python 3.5 compatible get-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed Jan 26, 2021
1 parent cb5e2fc commit d97e5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -exo pipefail
# we're in one of the Travis Python 2 sessions and sets up the Python 3 install
# for Nox.
if ! python3 -m pip --version; then
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
curl https://bootstrap.pypa.io/3.5/get-pip.py -o get-pip.py
sudo python3 get-pip.py
# https://github.com/theacodes/nox/issues/328
sudo python3 -m pip install nox==2019.11.9
Expand Down

0 comments on commit d97e5d4

Please sign in to comment.