From 9dfffb3f560abf3b4286643d2f2d67eafcdcf700 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 10 Jan 2021 19:29:57 +0100 Subject: [PATCH] Disable tests because there are none --- .drone.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index f9db322..342b17c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,14 +1,6 @@ --- matrix: include: - - IMAGE: 3.6-stretch - TOXENV: py36 - - IMAGE: 3.7-stretch - TOXENV: py37 - - IMAGE: 3.8-buster - TOXENV: py38 - - IMAGE: 3.9-buster - TOXENV: py39 - IMAGE: 3.9-buster TOXENV: lint - IMAGE: 3.9-buster