Skip to content

Commit

Permalink
CI: Test against different gevent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ael-code committed Feb 28, 2016
1 parent 7cb83a0 commit cb777ca
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.1rc5"

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 cb777ca

Please sign in to comment.