Upgrade pip to a particular version during local test and CI. #175

Merged
witten merged 3 commits from upgrade-pip into master 2019-05-14 19:17:31 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit 60b1f9921d - Show all commits

View File

@ -3,7 +3,8 @@ pipeline:
image: python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
pull: true
commands:
- scripts/pip install tox==3.10.0
- python -m pip install --upgrade pip==19.1.1
- pip install tox==3.10.0
- tox
- apk add --no-cache borgbackup
- tox -e end-to-end