mirror of
https://kkgithub.com/chinese-poetry/chinese-poetry.git
synced 2026-03-14 02:23:41 +08:00
8 lines
184 B
YAML
8 lines
184 B
YAML
language: python
|
|
python:
|
|
- "3.7"
|
|
install:
|
|
- pip install flake8 -r requirements.txt
|
|
before_script: flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
|
script: pytest
|