potodo/.woodpecker.yml
2023-03-28 16:09:43 +02:00

9 lines
106 B
YAML

---
pipeline:
test:
image: python
commands:
- python3 -m pip install tox
- tox run