mystiq-sso/.woodpecker.yml

9 lines
141 B
YAML

pipeline:
backend:
image: python
commands:
- pip install virtualenv
- make env
- make lint
- make coverage