Skip to content

Commit

Permalink
fix travis python env
Browse files Browse the repository at this point in the history
  • Loading branch information
clowwindy committed Mar 4, 2013
1 parent 1814461 commit 08b1fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 08b1fb9

Please sign in to comment.