-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path.meta.toml
More file actions
42 lines (36 loc) · 1.02 KB
/
.meta.toml
File metadata and controls
42 lines (36 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Generated with zope.meta (https://zopemeta.readthedocs.io/) from:
# https://github.com/zopefoundation/meta/tree/master/src/zope/meta/c-code
[meta]
template = "c-code"
commit-id = "2dc4f53b"
[python]
with-windows = true
with-pypy = true
with-future-python = false
with-docs = true
with-sphinx-doctests = true
with-macos = false
with-free-threaded-python = true
[tox]
additional-envlist = []
coverage-command = [
"coverage run -m zope.testrunner --test-path=src {posargs:-vc}",
"python -c 'import os, subprocess; subprocess.check_call(\"coverage run -a -m zope.testrunner --test-path=src\", env=dict(os.environ, PURE_PYTHON=\"0\"), shell=True)'",
]
[coverage]
fail-under = 91
[coverage-run]
source = "persistent"
additional-config = ["omit =", " _ring_build.py"]
[manifest]
additional-rules = [
"include *.yaml",
"include *.sh",
"recursive-include docs *.bat",
"recursive-include src *.h",
]
[check-manifest]
additional-ignores = [
"docs/_build/html/_sources/api/*",
"docs/_build/html/_static/scripts/*",
]