breadbot/.drone.yml

12 lines
171 B
YAML
Raw Normal View History

2020-02-18 05:18:30 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: lint
image: python:3-alpine
commands:
- pip install -r requirements-dev.txt
- flake8 .