diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml new file mode 100644 index 0000000..b8cb48e --- /dev/null +++ b/.woodpecker/test.yml @@ -0,0 +1,10 @@ +pipeline: + install: + image: python:alpine + commands: + - apk add mariadb-dev + - pip install ".[tests]" + test: + image: python:alpine + commands: + - pytest