trio-gtk/.drone.yml

18 lines
324 B
YAML
Raw Normal View History

---
matrix:
include:
- IMAGE: 3.8-buster
TOXENV: lint
- IMAGE: 3.8-buster
TOXENV: sort
- IMAGE: 3.8-buster
TOXENV: format
pipeline:
build:
image: python:${IMAGE}
commands:
2020-09-20 21:27:32 +00:00
- apt update && apt install -y libgirepository1.0-dev
- pip install tox
- tox -e ${TOXENV}