This commit is contained in:
clowwindy
2013-01-02 02:26:19 +08:00
parent 6763a94a1d
commit ae711d2b2c
2 changed files with 138 additions and 78 deletions

12
.travis.yml Normal file
View 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