Skip to content

Commit

Permalink
Configuring for pure-python
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 committed May 15, 2020
1 parent 8e06e69 commit 3c62161
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .meta.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = pure-python
commit-id = 7663ab4a50fee3ccbec48371f3695c9880fe1196
fail-under = 86
commit-id = 4f6e46d28989b99f6dd6ee49829060a6720b79b9
fail-under = 18

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ deps =
commands =
coverage run -m zope.testrunner --test-path=src []
coverage html
coverage report -m --fail-under=86
coverage report -m --fail-under=18

[coverage:run]
branch = True
Expand Down

0 comments on commit 3c62161

Please sign in to comment.