flaschengeist/.woodpecker/test.yml

11 lines
184 B
YAML

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