molecule-hetznercloud/.drone.yml
Luke Murphy 538171b193
Some checks reported errors
continuous-integration/drone/push Build was killed
Attempt to merge step with matrix build
2020-04-24 14:24:46 +02:00

24 lines
413 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}
integration:
image: python:3.8-buster
commands:
- pip install -e .
- cd integration-test-role && molecule test