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: install:
image: python:${TAG}-alpine image: python:${TAG}-alpine
commands: commands:
- apk add mariadb-dev - apk add mariadb-dev jpeg-dev
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
- pip debug -v
- pip install -v ".[tests]" - pip install -v ".[tests]"
test: test:
image: python:${TAG}-alpine image: python:${PYTHON}-alpine
commands: commands:
- pytest - pytest
matrix: matrix:
TAG: PYTHON:
- 3.10 - 3.10
- 3.9 - 3.9
- 3.8 - 3.8