[cicd] init
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
SouthFox 2023-04-07 14:39:32 +08:00
parent c176b9525f
commit dc6919e893

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: fnndsc/python-poetry
commands:
- poetry install --with dev
- poetry run pytest