borgmatic/.drone.yml

8 lines
118 B
YAML
Raw Normal View History

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