language: python sudo: false python: - 2.7 - 3.4 - 3.5 - 3.6 - pypy - pypy3 matrix: include: - python: "3.7" dist: xenial sudo: true install: - pip install -U pip setuptools - pip install -U coverage coveralls - pip install -U -e .[test,docs] - pip install -e git+https://github.com/minddistrict/zope.i18nmessageid.git@CB-556-FR-translation-with-C#egg=zope.i18nmessageid script: - coverage run -m zope.testrunner --test-path=src - coverage run -a -m sphinx -b doctest -d docs/_build/doctrees docs docs/_build/doctest after_success: - coveralls notifications: email: false cache: pip