powrap/.woodpecker.yml

11 lines
160 B
YAML

---
pipeline:
test:
image: python
commands:
- apt-get update
- apt-get install -y gettext
- python3 -m pip install tox
- tox