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 9a12900 commit 3667be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .meta.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ commit-id = 7139a1ecd82333471a42824a6e11b160bc1d6594
with-pypy = True
with-docs = True
with-sphinx-doctests = True
fail-under = 87
fail-under = 92

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ commands =
coverage run -m zope.testrunner --test-path=src []
coverage run -a -m sphinx -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest
coverage html
coverage report -m --fail-under=87
coverage report -m --fail-under=92

[coverage:run]
branch = True
Expand Down

0 comments on commit 3667be0

Please sign in to comment.