This commit is contained in:
parent
3b31c7c4e5
commit
cbb199c1bf
1 changed files with 6 additions and 0 deletions
6
.woodpecker.yml
Normal file
6
.woodpecker.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
pipeline:
|
||||
test:
|
||||
image: fnndsc/python-poetry
|
||||
commands:
|
||||
- poetry install
|
||||
- poetry run pytest -vvv
|
Loading…
Reference in a new issue