Pin tox version
the build was successful Details

Towards more reproducible results with Tox.
This commit is contained in:
Luke Murphy 2019-05-13 23:12:18 +02:00
parent a7ba97803f
commit 82ec45e375
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 1 deletions

View File

@ -3,7 +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 tox - pip install tox==3.10.0
- tox - tox
- apk add --no-cache borgbackup - apk add --no-cache borgbackup
- tox -e end-to-end - tox -e end-to-end

View File

@ -1,6 +1,7 @@
[tox] [tox]
envlist = py3 envlist = py3
skipsdist = True skipsdist = True
minversion = 3.10.0
[testenv] [testenv]
usedevelop = True usedevelop = True