diff --git a/.drone.yml b/.drone.yml index 0abc61d..639313b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,8 @@ name: python steps: - name: test - image: python/latest + #image: python/latest + image: alpine/git commands: - pip install -q --upgrade pre-commit - pre-commit run --all-files