ki-backend/.drone.yml
Michael Weimann e3994c56be
Some checks reported errors
continuous-integration/drone/push Build encountered an error
move drone.yml
2021-06-15 18:33:46 +02:00

15 lines
254 B
YAML

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