From 3cb6b769dfecd84c14b0a464879ba943d87cfc9c Mon Sep 17 00:00:00 2001 From: Illia Chub Date: Mon, 6 Dec 2021 21:11:04 +0200 Subject: [PATCH] Added CI/CD integration --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..262a1cc --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipelinetype: exec +name: default +platform: + os: linux + arch: amd64 +steps: +- name: test + commands: + - pytest \ No newline at end of file