Files
lib-paveit-demo/.drone.yml
2023-05-17 08:34:52 +02:00

11 lines
198 B
YAML

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