ki-backend/.drone.yml

15 lines
282 B
YAML
Raw Normal View History

2021-06-15 18:33:41 +02:00
---
kind: pipeline
type: docker
name: default
steps:
- name: qa
2021-06-15 18:34:37 +02:00
image: python:3.8-alpine
2021-06-15 18:33:41 +02:00
commands:
- apk add --no-cache gcc g++ musl-dev python3-dev
- pip3 install pipenv
2021-06-15 18:39:11 +02:00
- pipenv install --all --system
2021-06-15 18:38:02 +02:00
- pipenv run flake8
- pipenv run python -m unittest discover ki