Skip to content

Commit

Permalink
CI: Test against different gevent versions
Browse files Browse the repository at this point in the history
we now test also the brand new gevent-1.1.0 so this
commit fixes #259
  • Loading branch information
ael-code committed Mar 8, 2016
1 parent 286a3ec commit 9eb35aa
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,23 @@ python:
services:
- elasticsearch

env:
- VERSION_GEVENT="1.0.1"
- VERSION_GEVENT="1.0.2"
- VERSION_GEVENT="1.1.0"

before_install:
- pip install --force gevent==$VERSION_GEVENT


install:
- "pip install flake8 sphinx"
- "python setup.py install"
- pip install flake8 sphinx
- python setup.py install

before_script:
- sleep 10 # wait for elasticsearch

script:
- 'flake8'
- flake8
- python setup.py test
- "python setup.py build_sphinx"
- python setup.py build_sphinx

0 comments on commit 9eb35aa

Please sign in to comment.