From 052c60b34f2dbf547d6bbb983e2be8ba19a7372d Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Mon, 22 Jul 2019 13:23:17 -0600 Subject: [PATCH] Move linting to same step as test --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 882d7ef..47b2ccc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,10 +26,7 @@ steps: # Upload coverage report - pip install codecov - codecov - -- name: linting - image: python:3.6 - commands: + # Perform linting checks - black --check src tests - flake8