Add .drone.yml

This commit is contained in:
Magnus Walbeck 2021-01-21 18:50:44 +01:00
parent ff419d1078
commit d67eeb032a
Signed by: mwalbeck
GPG key ID: CCB78CFF3F950769

13
.drone.yml Normal file
View file

@ -0,0 +1,13 @@
---
kind: pipeline
type: docker
name: python-3-8-tests
steps:
- name: check formatting
image: python:3.8-slim-buster
commands:
- pip install poetry
- poetry install
- black --check determine_docker_tags
- flake8 determine_docker_tags