From 0bb3719e2138b7bbcaa9c854ae83549c3be325e3 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 21 Dec 2021 23:36:19 +0100 Subject: [PATCH] a --- .woodpecker/test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index 5975d94..6d7f604 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -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