From ad9c059261889e24be5bfd12d9b4f606b81e2085 Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Wed, 12 Jun 2019 21:10:57 +0500 Subject: [PATCH] Add a CI config --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..15d52f6 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +name: Python linting + +steps: +- name: pylint + image: python:3.7-stretch + commands: + - pip install pylint + - pylint project_amber