Skip to content

Commit

Permalink
Install gevent when running on travis, so that gevent tests will run,…
Browse files Browse the repository at this point in the history
… too.
  • Loading branch information
Vitaly Kruglikov committed Jan 11, 2016
1 parent e5320ab commit 4fca3de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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"
- "pip install -r test-requirements.txt"
- "pip install nose"
services:
- rabbitmq
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gevent

0 comments on commit 4fca3de

Please sign in to comment.