From 93f453cecf197be807dea994d5ac9c24fd814c18 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 2 Nov 2019 16:38:50 -0700 Subject: [PATCH] Add Python 3.8 to build matrix. --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index 942fe7856..81377208f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,6 +40,16 @@ steps: - scripts/run-tests --- kind: pipeline +name: python-3-8-alpine-3-10 + +steps: +- name: build + image: python:3.8-alpine3.10 + pull: always + commands: + - scripts/run-tests +--- +kind: pipeline name: documentation steps: