From 9bb9c5ae05ff59f8599ca4304d6c42a2392e8bac Mon Sep 17 00:00:00 2001 From: root Date: Thu, 3 Jun 2021 02:23:12 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index b5310b9..6a59ea7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,7 @@ steps: image: python:3.9.5 commands: - pip install -r requirements.txt + - pip install pytest - pytest - name: publish image: plugins/docker:19.03.8