From b6187f4b1ac31647a4759b593ed3510411de2b03 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 12 Apr 2020 00:12:07 +0200 Subject: [PATCH] Try to name the builds --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d2287d7..06154e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,7 @@ matrix: pipeline: build: + name: tox -e ${TOXENV} image: python:${IMAGE} commands: - pip install tox==3.14.6