add simplejson

This commit is contained in:
clowwindy 2013-03-04 23:47:54 +08:00
parent 87d0085e73
commit 181446108a

View file

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