From 635346e082c1bc896227c623301c6587421e3c7d Mon Sep 17 00:00:00 2001 From: Igor I Shatunov Date: Thu, 19 Jan 2023 19:50:39 +0000 Subject: [PATCH] Add ci --- .drone.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yaml diff --git a/.drone.yaml b/.drone.yaml new file mode 100644 index 0000000..63b06d6 --- /dev/null +++ b/.drone.yaml @@ -0,0 +1,9 @@ +kind: pipeline +name: default + +steps: +- name: test + image: python + commands: + - pip install -r requirements.txt + - pytest \ No newline at end of file