flaschengeist/.woodpecker/test.yml

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

13 lines
267 B
YAML
Raw Normal View History

2021-12-21 21:58:04 +00:00
pipeline:
install:
image: python:alpine
commands:
- apk add mariadb-dev
- python -m pip install --upgrade pip
- pip install -vvvv "Pillow>=8.4.0"
- pip install ".[tests]"
test:
image: python:alpine
commands:
- pytest