a
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Ferdinand Thiessen 2021-12-21 23:31:08 +01:00
parent a749e42188
commit 3e73e249b2
1 changed files with 10 additions and 2 deletions

View File

@ -1,12 +1,20 @@
pipeline:
install:
image: python:alpine
image: python:${TAG}-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
image: python:${TAG}-alpine
commands:
- pytest
matrix:
TAG:
- 3.10
- 3.9
- 3.8
- 3.7