diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..1dfa97f --- /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 + - pytho setup.py bdist \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b1db958 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +oss2 +notify2 +dbus-python +PyQt5 +json \ No newline at end of file