fixing image name in drone config
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Kirby 2020-11-28 18:14:39 +01:00
parent 43a2ddc152
commit 72530e2db5

View File

@ -9,7 +9,7 @@ platform:
steps:
- name: syntax
pull: if-not-exists
image: python-3-7
image: python:3-7
commands:
- pip3 install -r requirements.txt
- pylint *.py