pospell/.woodpecker.yml

11 lines
165 B
YAML
Raw Permalink Normal View History

2023-11-20 11:00:45 +00:00
---
pipeline:
test:
image: python
commands:
2023-11-20 11:02:55 +00:00
- apt-get update
- apt-get install -y hunspell
2023-11-20 11:00:45 +00:00
- python3 -m pip install tox
- tox run