test-ci
continuous-integration/drone/push Build is passing Details

main
lzwang 2022-09-03 00:36:20 +08:00
parent f3e8c3d1f7
commit 6c43924923
3 changed files with 5 additions and 1 deletions

View File

@ -16,7 +16,7 @@ steps: # 定义管道的执行步骤
commands: commands:
- pip -V - pip -V
- python -V - python -V
- date - pip install -r ./python/requirements.txt
- name: "测试微信推送" - name: "测试微信推送"

3
python/hello.py Normal file
View File

@ -0,0 +1,3 @@
print('Hello World!')
print('Hello World!')
print('Hello World!')

1
python/requirements.txt Normal file
View File

@ -0,0 +1 @@
requests