From 14c698bef9cf9fa9ce995c1573569325324411a3 Mon Sep 17 00:00:00 2001 From: Rotem Yaari Date: Thu, 12 Apr 2018 22:07:12 +0300 Subject: [PATCH] Include gevent in travis build matrix --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index ef885f0c..455dd2f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: