backup-tool/.woodpecker.yml

9 lines
202 B
YAML
Raw Normal View History

2021-04-24 19:39:49 +02:00
pipeline:
# TODO add config for all other versions
text-3.9-current:
image: python:3.9
pull: true
commands:
- pip install -e .[dev]
- tox -e py39