2018-10-01 07:09:53 +02:00
|
|
|
pipeline:
|
|
|
|
build:
|
2018-10-13 22:09:12 +02:00
|
|
|
image: python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
|
2018-10-04 04:35:42 +02:00
|
|
|
pull: true
|
2018-10-01 07:09:53 +02:00
|
|
|
commands:
|
2019-05-14 05:01:25 +02:00
|
|
|
- pip install --upgrade pip==19.1.1
|
2019-05-13 23:12:18 +02:00
|
|
|
- pip install tox==3.10.0
|
2018-10-01 07:09:53 +02:00
|
|
|
- tox
|
2018-10-04 07:36:25 +02:00
|
|
|
- apk add --no-cache borgbackup
|
|
|
|
- tox -e end-to-end
|
2018-10-13 22:09:12 +02:00
|
|
|
|
|
|
|
matrix:
|
|
|
|
ALPINE_VERSION:
|
2018-10-13 22:35:18 +02:00
|
|
|
- 3.7
|
2019-05-08 01:19:03 +02:00
|
|
|
- 3.9
|
2018-10-13 22:09:12 +02:00
|
|
|
PYTHON_VERSION:
|
2018-10-15 17:17:34 +02:00
|
|
|
- 3.5
|
2018-10-13 22:09:12 +02:00
|
|
|
- 3.6
|
|
|
|
- 3.7
|