This commit is contained in:
parent
ac4e6e551b
commit
e7f7e8c387
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue