diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..6e194d9 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,8 @@ +pipeline: + # TODO add config for all other versions + text-3.9-current: + image: python:3.9 + pull: true + commands: + - pip install -e .[dev] + - tox -e py39