diff --git a/.drone.yml b/.drone.yml index ee87d91..e30692a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,12 +3,10 @@ name: lint steps: - name: pylint - image: python:slim + image: eeacms/pylint commands: - - "echo \"==> Pylint ...\"" - - pip install -r requirements.txt - - pip install pylint - - pylint *.py + - pip install -r requirements.txt + - pylint *.py - name: docker lint image: hadolint/hadolint