Files
playbook-sample/.drone.yml
ebesson e53a7da36c
All checks were successful
continuous-integration/drone/push Build is passing
feat: initial commit
2021-01-15 21:32:00 +01:00

10 lines
142 B
YAML

---
kind: pipeline
name: default
steps:
- name: lint
image: python:3.7.8-buster
commands:
- pip install tox
- tox -e ci