Add ci #1

Merged
mwalbeck merged 7 commits from add-ci into master 2021-01-21 21:19:36 +00:00
Showing only changes of commit d67eeb032a - Show all commits

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