Skip to content

Commit

Permalink
use pip to install gevent as well in test
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Jan 5, 2013
1 parent 8ca1d23 commit cc18d00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cc18d00

Please sign in to comment.