add Drone Pipeline

This commit is contained in:
2023-05-17 08:28:51 +02:00
parent fbff3734a2
commit a7c6640f36

10
.drone.yml Normal file
View File

@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: backend
steps:
- name: test
image: python:3.11-alpine
commands:
- pip install .
- pytest -v -log_cli=True --log-cli-level=INFO tests