From ede1e2c0956e117aeebef75a3aef70c8d336be80 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Thu, 27 Jun 2019 12:56:51 -0600 Subject: [PATCH] Fix yaml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6faa4ae..a969da3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ kind: pipeline name: default steps: -- test +- name: test image: python:3.6 commands: - pip install coverage pytest