Skip to content

Commit

Permalink
Merge pull request #89 from vitaly-krugl/enable-gevent-test
Browse files Browse the repository at this point in the history
Install gevent when running on travis, so that gevent transport tests will run, too
  • Loading branch information
awestendorf committed Jan 12, 2016
2 parents e5320ab + 2c3dbfa commit 2d8da30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
script: nosetests
install:
- "pip install -r development.txt"
- "if [ ${TRAVIS_PYTHON_VERSION} != 'pypy' ]; then pip install gevent; fi"
- "pip install nose"
services:
- rabbitmq

0 comments on commit 2d8da30

Please sign in to comment.