Skip to content

Commit

Permalink
Include gevent in travis build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vmalloc committed Apr 12, 2018
1 parent 19fbbe3 commit 14c698b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,22 @@ install:
env:
- DISABLE_LOGBOOK_CEXT=True
- CYBUILD=True

script:
- pip install -e .[all]
- if [[ $GEVENT == 'True' ]] ; then pip install gevent; fi
- py.test --cov=logbook -r s tests

matrix:
exclude:
- python: pypy
env: CYBUILD=True
- python: pypy3
env: CYBUILD=True
include:
- python: "3.6"
env: GEVENT=True

after_success:
- coveralls
notifications:
Expand Down

0 comments on commit 14c698b

Please sign in to comment.