mystiq-sso/.woodpecker.yml

9 lines
141 B
YAML
Raw Permalink Normal View History

2022-08-19 19:17:09 +05:30
pipeline:
backend:
image: python
commands:
- pip install virtualenv
2022-08-19 19:29:28 +05:30
- make env
2022-08-22 13:21:29 +05:30
- make lint
- make coverage