From e2a8829156a55da93b1b275cd608e611bca8ff53 Mon Sep 17 00:00:00 2001 From: shagi Date: Mon, 21 Dec 2020 19:01:04 +0100 Subject: [PATCH] Drone integration fix --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fb79e12..dd675bb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,6 @@ steps: - name: test image: python commands: - - cd web - pip install -r test_requirements.txt - python runtests.py