diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml new file mode 100644 index 0000000..27898a3 --- /dev/null +++ b/.woodpecker/test.yml @@ -0,0 +1,12 @@ +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