diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..98a22ef --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +name: default + +steps: +- name: test + image: python:3.10 + commands: + - pip install -r requirements.txt + - python -m unittest tests