use pip to install gevent as well in test

This commit is contained in:
clowwindy 2013-01-05 16:22:00 +08:00
parent 8ca1d23406
commit cc18d00228

View file

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