diff --git a/.drone.yml b/.drone.yml index 9033c40..571d640 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,6 @@ steps: - name: pylint image: python:3.8 commands: - - pip install pylint - pip install -r requirements.txt - pylint --rcfile .pylintrc project_amber project_amber/handlers project_amber/controllers project_amber/models when: