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 May 14, 2020
1 parent 5ed75ca commit 25b9dae
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.pyc
*.pyo
.coverage
.coverage.*
.installed.cfg
.mr.developer.cfg
.tox/
Expand Down
7 changes: 7 additions & 0 deletions .meta.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = pure-python
commit-id = 91d69dd6c3d1eb67b7382ad48ebbfbc562c4f853
fail-under = 0

3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ doctests = 1

[check-manifest]
ignore =
.travis.yml
.editorconfig
.meta.cfg
.travis.yml
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
coverage report -m --fail-under=0

[coverage:run]
branch = True
Expand Down

0 comments on commit 25b9dae

Please sign in to comment.