use pip to install gevent as well in test

This commit is contained in:
clowwindy 2013-01-05 16:23:04 +08:00
parent cc18d00228
commit e5b8823bd6

View file

@ -4,7 +4,7 @@ python:
- "2.7"
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libevent python-gevent-dev
- sudo apt-get install -qq libevent-dev python-gevent
- sudo pip install gevent
script:
- python test.py