9 lines
182 B
YAML
9 lines
182 B
YAML
pipeline:
|
|
build:
|
|
image: python:3.7.0-alpine3.8
|
|
pull: true
|
|
commands:
|
|
- pip install tox
|
|
- tox
|
|
- apk add --no-cache borgbackup
|
|
- tox -e end-to-end
|