[SUPPORT] travis-ci

This commit is contained in:
高俊奇
2017-05-26 09:48:13 +08:00
parent 8b4062c51d
commit 5fc4328b4f
3 changed files with 28 additions and 0 deletions

6
.travis.yml Normal file
View File

@@ -0,0 +1,6 @@
language: python
python:
- "2.7"
install:
- pip install -r requirements.txt
script: pytest