add Drone Pipeline

This commit is contained in:
2023-05-17 08:32:41 +02:00
parent fbff3734a2
commit 2181aa6732

10
.drone.yml Normal file
View File

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