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

pull/15/head
Jef Roosens 2021-04-24 19:39:49 +02:00
parent ccb16281fe
commit 156b2441c2
Signed by: Jef Roosens
GPG Key ID: 955C0660072F691F
1 changed files with 8 additions and 0 deletions

8
.woodpecker.yml 100644
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