Files
chinese-poetry/.travis.yml
2017-05-26 09:48:13 +08:00

7 lines
95 B
YAML

language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script: pytest