molecule-hetznercloud/.drone.yml
Luke Murphy b0d8063cd6
All checks were successful
continuous-integration/drone/push Build is passing
Use a step instead of pipeline
2020-04-24 14:20:51 +02:00

28 lines
460 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}
---
kind: pipeline
name: default
steps:
- name: integration
image: python:3.8-buster
commands:
- pip install -e .
- cd integration-test-role && molecule test