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 05f7eb0 commit c3a1ce2
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 @@ -3,6 +3,6 @@
[meta]
template = pure-python
commit-id = 1f1620d8f96c3f3781d1df0c591dd72a3f068879
fail-under = 0
fail-under = 87
with-pypy = True

2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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 c3a1ce2

Please sign in to comment.