From 3db4323941b93a68cc8d3d7752c055aac9f43405 Mon Sep 17 00:00:00 2001 From: Igor I Shatunov Date: Thu, 19 Jan 2023 19:55:17 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 63b06d6..f2831b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,10 @@ +--- kind: pipeline name: default steps: - name: test image: python - commands: - - pip install -r requirements.txt - - pytest \ No newline at end of file + commands: + - pip install -r requirements.txt + - pytest \ No newline at end of file