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