molecule-hetznercloud/.drone.yml

24 lines
413 B
YAML
Raw Normal View History

2020-04-24 11:04:35 +00:00
---
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:
2020-04-24 12:20:51 +00:00
image: python:3.8-buster
2020-04-24 12:12:57 +00:00
commands:
- pip install -e .
- cd integration-test-role && molecule test