8000
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 cb5e2fc commit d97e5d4Copy full SHA for d97e5d4
ci/install.sh
@@ -8,7 +8,7 @@ set -exo pipefail
8
# we're in one of the Travis Python 2 sessions and sets up the Python 3 install
9
# for Nox.
10
if ! python3 -m pip --version; then
11
- 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
12
sudo python3 get-pip.py
13
# https://github.com/theacodes/nox/issues/328
14
sudo python3 -m pip install nox==2019.11.9
0 commit comments