From 2cd0c430cc6c74eed76be908d137b720bdc294f6 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 11 Apr 2020 23:51:25 +0200 Subject: [PATCH] Use pipelines syntax --- .drone.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index e4f5b29..d2287d7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,8 +1,4 @@ --- -kind: pipeline - -name: default - matrix: include: - IMAGE: 3.6-stretch @@ -24,8 +20,8 @@ matrix: - IMAGE: 3.8-buster TOXENV: metadata-release -steps: - - name: Run tox testing +pipeline: + build: image: python:${IMAGE} commands: - pip install tox==3.14.6