From f1d00cd499ec626ace46cf6026801a694041a571 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 28 Jan 2020 14:03:31 -0500 Subject: [PATCH] Add docker-compose to test env --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 022cb0e..0754c27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,9 +11,8 @@ steps: - name: test image: python:3-alpine commands: - - ls - - pwd - apk add bash make shellcheck + - pip install docker-compose - make all - name: notify