From 538171b19392218b039c2a227aef190f7569d59d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Apr 2020 14:24:46 +0200 Subject: [PATCH] Attempt to merge step with matrix build --- .drone.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1887437..1d452c6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,11 +16,7 @@ pipeline: commands: - pip install tox==3.14.6 - tox -e ${TOXENV} ---- -kind: pipeline -name: default -steps: - - name: integration + integration: image: python:3.8-buster commands: - pip install -e .