Skip to content

Commit d97e5d4

Browse files
committed
Use Python 3.5 compatible get-pip
1 parent cb5e2fc commit d97e5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -exo pipefail
88
# we're in one of the Travis Python 2 sessions and sets up the Python 3 install
99
# for Nox.
1010
if ! python3 -m pip --version; then
11-
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
11+
curl https://bootstrap.pypa.io/3.5/get-pip.py -o get-pip.py
1212
sudo python3 get-pip.py
1313
# https://github.com/theacodes/nox/issues/328
1414
sudo python3 -m pip install nox==2019.11.9

0 commit comments

Comments
 (0)