flaschengeist/.woodpecker/test.yml

11 lines
181 B
YAML

pipeline:
install:
image: python:alpine
commands:
- apk add mariadb-dev
- pip install ".[tests]"
test:
image: python:alpine
commands:
- pytest