9 lines
147 B
YAML
9 lines
147 B
YAML
language: python
|
|
|
|
python:
|
|
3.6
|
|
install:
|
|
pip install -r requirements.txt
|
|
script:
|
|
python3 scripts/pretty.py
|
|
python3 scripts/readme.py |