update test

This commit is contained in:
clowwindy 2013-05-17 17:15:18 +08:00
parent a8bf892154
commit 472a2b6233

View file

@ -2,14 +2,5 @@ language: python
python:
- "2.6"
- "2.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:
only:
- master
- dev