ki-backend/drone.yml

15 lines
254 B
YAML
Raw Normal View History

2021-06-15 18:31:39 +02:00
---
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