From 0bdc68f6c720fe8de75331e4fe594e8df55f43c8 Mon Sep 17 00:00:00 2001 From: James Ravenscroft Date: Sat, 29 Jan 2022 15:20:01 +0000 Subject: [PATCH] latest drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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