transip-client/.woodpecker/tests.yaml

10 lines
207 B
YAML

when:
- event: push
steps:
- name: python tests
image: python:3.11
commands:
- pip install --requirement requirements/ci.txt
- coverage run --module unittest
- coverage report