Hello Woodpecker #5

Merged
mdk merged 1 commits from mdk/potodo:mdk-woodpecker into main 2023-03-28 14:11:49 +00:00

8
.woodpecker.yml Normal file
View File

@ -0,0 +1,8 @@
---
pipeline:
test:
image: python
commands:
- python3 -m pip install tox
- tox run