ki-backend/.drone.yml
Michael Weimann db8c441f8d
All checks were successful
continuous-integration/drone/push Build is passing
add initial .drone.yml
2021-06-15 18:45:45 +02:00

15 lines
273 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: qa
image: python:3.8-alpine
commands:
- apk add --no-cache gcc g++ musl-dev python3-dev
- pip3 install pipenv
- pipenv install --dev
- pipenv run flake8
- pipenv run python -m unittest discover ki