diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..02f2b63 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,8 @@ +--- + +pipeline: + test: + image: python + commands: + - python3 -m pip install tox + - tox run