Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #501 from Parsely/enhancement/gevent_upgrade
Browse files Browse the repository at this point in the history
properly upgrade gevent
  • Loading branch information
emmettbutler committed Mar 14, 2016
2 parents 2b2b2ac + b428606 commit 412466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ install:
source "$HOME/virtualenvs/pypy-$PYPY_VERSION/bin/activate"
fi
- pip install -U pip setuptools
- pip install codecov kazoo tox testinstances tox-travis "gevent>=1.1b6,<1.2"
- pip install codecov kazoo tox testinstances tox-travis "gevent==1.1"
- wget https://github.com/edenhill/librdkafka/archive/0.8.6.tar.gz
- tar -xzf 0.8.6.tar.gz
- cd librdkafka-0.8.6/ && ./configure --prefix=$HOME
Expand Down

0 comments on commit 412466e

Please sign in to comment.