Added basic woodpecker config
Some checks failed
continuous-integration/drone the build failed

This commit is contained in:
Jef Roosens 2021-04-24 19:39:49 +02:00
parent ccb16281fe
commit 156b2441c2
Signed by: Jef Roosens
GPG key ID: 955C0660072F691F

8
.woodpecker.yml Normal file
View 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