---
matrix:
include:
- IMAGE: 3.8-buster
TOXENV: py38
TOXENV: lint
TOXENV: sort
TOXENV: format
TOXENV: type
pipeline:
build:
image: python:${IMAGE}
commands:
- pip install tox
- tox -e ${TOXENV}