borgmatic/.drone.yml

8 lines
118 B
YAML

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