From fd3130b4d96c4903251fc4b7cd53d07cee060c8f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 30 Sep 2018 22:47:07 -0700 Subject: [PATCH] Install tox before using it. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 988cddff..39dc9b75 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,4 +2,5 @@ pipeline: build: image: python:3.7.0-alpine3.8 commands: + - pip install tox - tox