use apt-get instead of pip

This commit is contained in:
clowwindy 2013-01-02 02:36:53 +08:00
parent b1cd361e37
commit a38c2a88dc
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ python:
- "2.6"
- "2.7"
before_install:
- pip install gevent
- sudo apt-get update -qq
- sudo apt-get install -qq python-gevent
script:
- python test.py
branches: