flaschengeist/.woodpecker/test.yml

13 lines
267 B
YAML

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