From bec22c13f3e587054ce2d6c27cbb33890827dd62 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Fri, 20 Nov 2020 17:20:43 +0100 Subject: [PATCH] Configuring for pure-python --- .meta.cfg | 2 +- tox.ini | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.meta.cfg b/.meta.cfg index 0ffe29b..9602216 100644 --- a/.meta.cfg +++ b/.meta.cfg @@ -2,7 +2,7 @@ # https://github.com/zopefoundation/meta/tree/master/config/pure-python [meta] template = pure-python -commit-id = 58dbe25a3fc4a427989a0f0d1a64f41d56722a77 +commit-id = 7139a1ecd82333471a42824a6e11b160bc1d6594 with-pypy = True with-docs = True with-sphinx-doctests = True diff --git a/tox.ini b/tox.ini index 6219179..8c4bfc4 100644 --- a/tox.ini +++ b/tox.ini @@ -20,7 +20,10 @@ deps = zope.testrunner commands = zope-testrunner --test-path=src [] -extras = test + sphinx-build -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest +extras = + test + docs [testenv:lint] basepython = python3 @@ -37,8 +40,8 @@ commands = [testenv:docs] basepython = python3 extras = - docs test + docs 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