parent
aaec6b43ae
commit
4d30eadf2e
.woodpecker
|
@ -0,0 +1,9 @@
|
||||||
|
pipeline:
|
||||||
|
install:
|
||||||
|
image: python:alpine
|
||||||
|
commands:
|
||||||
|
- pip install ".[tests]"
|
||||||
|
test:
|
||||||
|
image: python:alpine
|
||||||
|
commands:
|
||||||
|
- pytest
|
Loading…
Reference in New Issue