a
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Ferdinand Thiessen 2021-12-21 23:36:19 +01:00
parent d3537d8d45
commit 0bb3719e21
1 changed files with 3 additions and 4 deletions

View File

@ -2,18 +2,17 @@ pipeline:
install:
image: python:${TAG}-alpine
commands:
- apk add mariadb-dev
- apk add mariadb-dev jpeg-dev
- python -m pip install --upgrade pip
- pip debug -v
- pip install -v ".[tests]"
test:
image: python:${TAG}-alpine
image: python:${PYTHON}-alpine
commands:
- pytest
matrix:
TAG:
PYTHON:
- 3.10
- 3.9
- 3.8