Added basic woodpecker config
continuous-integration/drone the build failed
Details
continuous-integration/drone the build failed
Details
parent
ccb16281fe
commit
156b2441c2
|
@ -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
|
Loading…
Reference in New Issue