Pin version of Pip
the build was successful Details

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
1 changed files with 1 additions and 0 deletions

View File

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