flaschengeist/.woodpecker/test.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
181 B
YAML
Raw Normal View History

2021-12-21 21:58:04 +00:00
pipeline:
install:
image: python:alpine
commands:
- apk add mariadb-dev
- pip install ".[tests]"
test:
image: python:alpine
commands:
- pytest