diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..07ad766 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +kind: pipeline +name: default +steps: + - image: python:latest + commands: + - pip3 config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple + - pip3 install -r ./requirements.txt + - python3 ./花山印象/sell_status.py