borgmatic/.drone.yml
2018-09-30 22:47:07 -07:00

7 lines
103 B
YAML

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