test drone
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
liyp 2022-03-28 11:22:24 +08:00
parent ac4e6e551b
commit e7f7e8c387

View file

@ -1,10 +1,12 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
image: python:3.9
commands:
- uname -a
- lsb_release -a
- pip install -r requirements.txt
- pytho setup.py bdist