2018-10-01 07:09:53 +02:00
|
|
|
pipeline:
|
|
|
|
build:
|
|
|
|
image: python:3.7.0-alpine3.8
|
2018-10-04 04:35:42 +02:00
|
|
|
pull: true
|
2018-10-01 07:09:53 +02:00
|
|
|
commands:
|
2018-10-01 07:47:07 +02:00
|
|
|
- pip install tox
|
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
|