borgmatic/.drone.yml
2018-10-03 19:35:42 -07:00

8 lines
118 B
YAML

pipeline:
build:
image: python:3.7.0-alpine3.8
pull: true
commands:
- pip install tox
- tox