diff --git a/.drone.yml b/.drone.yml index 4fa0fdc..b455a4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker steps: - name: flake8 - image: python:slim + image: python commands: - pip install flake8 - flake8 pynyaata --ignore=E501