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

10 lines
175 B
YAML

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