molecule-hetznercloud/.drone.yml
Luke Murphy 7528a16dce
All checks were successful
continuous-integration/drone/push Build is passing
Get CI working with Drone
2020-04-24 13:04:35 +02:00

19 lines
280 B
YAML

---
matrix:
include:
- IMAGE: 3.8-buster
TOXENV: linters
- IMAGE: 3.8-buster
TOXENV: packaging
- IMAGE: 3.8-buster
TOXENV: py38
pipeline:
build:
image: python:${IMAGE}
commands:
- pip install tox==3.14.6
- tox -e ${TOXENV}