This commit is contained in:
parent
ccb16281fe
commit
156b2441c2
1 changed files with 8 additions and 0 deletions
8
.woodpecker.yml
Normal file
8
.woodpecker.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
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
|
||||
Reference in a new issue