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 9fc5055 commit f3104ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .meta.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ template = pure-python
commit-id = 58dbe25a3fc4a427989a0f0d1a64f41d56722a77
with-pypy = True
with-docs = True
with-sphinx_doctests = True
fail-under = 0
with-sphinx-doctests = True
fail-under = 87

6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ commands =

[testenv:docs]
basepython = python3
extras = docs
extras =
docs
test
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 All @@ -50,7 +52,7 @@ deps =
commands =
coverage run -m zope.testrunner --test-path=src []
coverage html
coverage report -m --fail-under=0
coverage report -m --fail-under=87

[coverage:run]
branch = True
Expand Down

0 comments on commit f3104ee

Please sign in to comment.