add test
This commit is contained in:
parent
6763a94a1d
commit
ae711d2b2c
2 changed files with 138 additions and 78 deletions
12
.travis.yml
Normal file
12
.travis.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
before_install:
|
||||
- pip install gevent
|
||||
script:
|
||||
- python test.py
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- dev
|
Loading…
Add table
Add a link
Reference in a new issue