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