测试drone
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
liyp 2022-03-27 22:53:30 +08:00
parent 95d5e864f4
commit 005c0af0bf
2 changed files with 14 additions and 0 deletions

9
.drone.yml Normal file
View file

@ -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

5
requirements.txt Normal file
View file

@ -0,0 +1,5 @@
oss2
notify2
dbus-python
PyQt5
json