fix travis python env

This commit is contained in:
clowwindy 2013-03-04 23:54:21 +08:00
parent 181446108a
commit 08b1fb9176

View file

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