Pin tox version
Towards more reproducible results with Tox.
This commit is contained in:
parent
a7ba97803f
commit
82ec45e375
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ pipeline:
|
|||
image: python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
|
||||
pull: true
|
||||
commands:
|
||||
- pip install tox
|
||||
- pip install tox==3.10.0
|
||||
- tox
|
||||
- apk add --no-cache borgbackup
|
||||
- tox -e end-to-end
|
||||
|
|
1
tox.ini
1
tox.ini
|
@ -1,6 +1,7 @@
|
|||
[tox]
|
||||
envlist = py3
|
||||
skipsdist = True
|
||||
minversion = 3.10.0
|
||||
|
||||
[testenv]
|
||||
usedevelop = True
|
||||
|
|
Loading…
Reference in a new issue