-
Notifications
You must be signed in to change notification settings - Fork 28
/
.meta.toml
46 lines (39 loc) · 970 Bytes
/
.meta.toml
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
43
44
45
46
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "f317618e"
[python]
with-windows = true
with-pypy = true
with-future-python = false
with-docs = true
with-sphinx-doctests = true
with-macos = false
[tox]
use-flake8 = true
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 = 94.9
[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/*",
]
[c-code]
require-cffi = true