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