Merge branch 'upgrade_pip_no_get_pip' into 'master'

Upgrade pip in gitlab ci without using get-pip.py

See merge request pycqa/flake8!411
This commit is contained in:
Anthony Sottile 2020-01-27 16:40:30 +00:00
commit 8f9b4931b9

View file

@ -6,8 +6,7 @@ stages:
- release
before_script:
- curl -O https://bootstrap.pypa.io/get-pip.py
- python get-pip.py
- pip install pip --upgrade
- pip install -r dev-requirements.txt
after_script: