flaschengeist/.woodpecker/test.yml

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

12 lines
235 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:11:33 +00:00
- python -m pip install --upgrade pip
- pip debug install -vv ".[tests]"
2021-12-21 21:58:04 +00:00
test:
image: python:alpine
commands:
- pytest