[tox] envlist = py27,py34,py35,py36,py37,pypy,pypy3,coverage,docs [testenv] deps = .[test] commands = zope-testrunner --test-path=src --all [] [testenv:coverage] usedevelop = true basepython = python3.6 commands = coverage run -m zope.testrunner --test-path=src --all coverage report --show-missing --skip-covered --fail-under=100 deps = {[testenv]deps} coverage [testenv:docs] basepython = python3.6 commands = sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest deps = {[testenv]deps} Sphinx repoze.sphinx.autointerface