Added CI/CD integration

pull/6/head^2
Illia Chub 2021-12-06 21:11:04 +02:00
parent 710925f3ea
commit 3cb6b769df
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -0,0 +1,9 @@
kind: pipelinetype: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: test
commands:
- pytest