borgmatic/.drone.yml

9 lines
182 B
YAML
Raw Normal View History

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
- apk add --no-cache borgbackup
- tox -e end-to-end