pospell/.woodpecker.yml

11 lines
165 B
YAML

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