From 4c81a8580ced82983767c868a0c1d8c78e939310 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