flaschengeist/.woodpecker/test.yml

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

11 lines
184 B
YAML
Raw Normal View History

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