13 lines
178 B
YAML
13 lines
178 B
YAML
---
|
|
matrix:
|
|
include:
|
|
- IMAGE: 3.8-buster
|
|
TOXENV: format
|
|
|
|
pipeline:
|
|
build:
|
|
image: python:${IMAGE}
|
|
commands:
|
|
- pip install tox
|
|
- tox -e ${TOXENV}
|