Skip to content

Commit

Permalink
Configuring for pure-python
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Nov 20, 2020
1 parent f3104ee commit bec22c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .meta.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bec22c1

Please sign in to comment.