mirror of
https://kkgithub.com/chinese-poetry/chinese-poetry.git
synced 2026-03-14 05:43:54 +08:00
7 lines
95 B
YAML
7 lines
95 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
install:
|
|
- pip install -r requirements.txt
|
|
script: pytest
|