---
matrix:
include:
- IMAGE: 3.6-stretch
TOXENV: py36
- IMAGE: 3.7-stretch
TOXENV: py37
- IMAGE: 3.8-buster
TOXENV: py38
TOXENV: lint
TOXENV: sort
TOXENV: format
TOXENV: type
TOXENV: docs
TOXENV: metadata-release
pipeline:
build:
image: python:${IMAGE}
commands:
- pip install tox==3.14.6
- tox -e ${TOXENV}
volumes:
- name: cache
path: /drone/src/.tox