This commit is contained in:
parent
eefad088f0
commit
4ae47f0cbf
@ -7,7 +7,7 @@ steps:
|
|||||||
image: python:slim
|
image: python:slim
|
||||||
commands:
|
commands:
|
||||||
- pip install flake8 black
|
- pip install flake8 black
|
||||||
- flake8 --ignore=501
|
- flake8 --ignore=E501
|
||||||
- black --check
|
- black --check
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- python run.py
|
- python run.py
|
||||||
|
Reference in New Issue
Block a user