diff --git a/.drone.yml b/.drone.yml index 269e127..679ba4e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ kind: pipeline name: test steps: - - name: run tests + - name: test & build image: python:3.7 commands: - pip install poetry