2018-09-30 22:09:53 -07:00
|
|
|
pipeline:
|
|
|
|
|
build:
|
|
|
|
|
image: python:3.7.0-alpine3.8
|
2018-10-03 19:35:42 -07:00
|
|
|
pull: true
|
2018-09-30 22:09:53 -07:00
|
|
|
commands:
|
2018-09-30 22:47:07 -07:00
|
|
|
- pip install tox
|
2018-09-30 22:09:53 -07:00
|
|
|
- tox
|
2018-10-03 22:36:25 -07:00
|
|
|
- apk add --no-cache borgbackup
|
|
|
|
|
- tox -e end-to-end
|