Skip to content

Commit

Permalink
Configuring for pure-python-without-pypy
Browse files Browse the repository at this point in the history
  • Loading branch information
sallner committed May 13, 2020
1 parent cbe8905 commit c27cc82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,13 +1,14 @@
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python-without-pypy
*.egg-info
*.egg-info/
*.profraw
*.pyc
*.pyo
.coverage
.installed.cfg
.mr.developer.cfg
.tox/
__pycache__/
bin/
build/
coverage.xml
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Expand Up @@ -5,5 +5,6 @@ include *.txt
include buildout.cfg
include tox.ini

recursive-include src *.rst
recursive-include src *.txt
recursive-include src *.xml
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -35,7 +35,7 @@ deps =
commands =
coverage run -m zope.testrunner --test-path=src []
coverage html
coverage report
coverage report -m

[coverage:run]
branch = True
Expand Down

0 comments on commit c27cc82

Please sign in to comment.