language: python sudo: false matrix: include: - python: 2.7 - python: 3.4 - python: 3.5 - python: 3.6 - python: pypy - python: pypy3 - python: 2.7 env: - PURE_PYTHON=1 - ZOPE_WATCH_CHECKERS=1 - python: 3.4 env: ZOPE_WATCH_CHECKERS=1 install: - pip install -U pip setuptools - pip install -U coveralls coverage - pip install -U -e .[test,docs] 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