Pin version of Pip
All checks were successful
the build was successful

Towards more reproducible builds with Pip.
This commit is contained in:
Luke Murphy 2019-05-13 23:19:29 +02:00
parent a7ba97803f
commit 619aeece17
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -3,6 +3,7 @@ pipeline:
image: python:${PYTHON_VERSION}-alpine${ALPINE_VERSION} image: python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
pull: true pull: true
commands: commands:
- pip install --upgrade pip==19.1.1
- pip install tox - pip install tox
- tox - tox
- apk add --no-cache borgbackup - apk add --no-cache borgbackup