borgmatic/.drone.yml

7 lines
103 B
YAML
Raw Normal View History

2018-10-01 05:09:53 +00:00
pipeline:
build:
image: python:3.7.0-alpine3.8
commands:
2018-10-01 05:47:07 +00:00
- pip install tox
2018-10-01 05:09:53 +00:00
- tox