diff --git a/.drone.yml b/.drone.yml index 15d52f6..2fbc03d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,4 +6,5 @@ steps: image: python:3.7-stretch commands: - pip install pylint + - pip install -r requirements.txt - pylint project_amber