molecule-hetznercloud/.drone.yml
Luke Murphy 641faf30bf
Some checks failed
continuous-integration/drone/push Build is failing
Get integration tests running
2020-04-24 14:12:57 +02:00

26 lines
425 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}
---
pipeline:
integration:
image: python:${IMAGE}
commands:
- pip install -e .
- cd integration-test-role && molecule test