support for python 2.5

This commit is contained in:
clowwindy 2013-03-05 00:04:45 +08:00
parent 0d54102520
commit a7949805ce
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libevent-dev python-gevent
- pip install gevent
- pip install simplejson
script:
- python test.py
branches: