From 37601be549a1ee03e3fadcdc00af9569c581b381 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Fri, 17 Jul 2020 20:37:51 +0200 Subject: [PATCH] Feat: nothing --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4a80320..301072f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ kind: pipeline name: default steps: - - name: test + - name: testing image: python commands: - pip install -r requirements.txt