This commit is contained in:
parent
4ae47f0cbf
commit
d637c74628
@ -6,9 +6,11 @@ steps:
|
|||||||
- name: epub
|
- name: epub
|
||||||
image: python:slim
|
image: python:slim
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y git
|
||||||
- pip install flake8 black
|
- pip install flake8 black
|
||||||
- flake8 --ignore=E501
|
- flake8 --ignore=E501
|
||||||
- black --check
|
- black --check .
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python run.py
|
- python run.py
|
||||||
- name: pdf
|
- name: pdf
|
||||||
|
Reference in New Issue
Block a user