-
Notifications
You must be signed in to change notification settings - Fork 14
/
.meta.toml
56 lines (50 loc) · 1.29 KB
/
.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
47
48
49
50
51
52
53
54
55
56
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "f317618e"
[python]
with-windows = false
with-pypy = true
with-future-python = false
with-docs = true
with-sphinx-doctests = false
with-macos = false
[tox]
use-flake8 = true
testenv-commands = [
"zope-testrunner --tests-pattern ^f?tests$ --test-path=src {posargs:-cv}",
]
coverage-command = [
"coverage run -m zope.testrunner --tests-pattern ^f?tests$ --test-path=src []",
]
[coverage]
fail-under = 90.5
[coverage-run]
additional-config = [
"omit =",
" src/grok/tests/*/*_fixture.py",
]
[flake8]
additional-config = [
"# F401 imported but unused",
"per-file-ignores =",
" src/grok/__init__.py: F401",
]
[manifest]
additional-rules = [
"include *.yaml",
"include documentation.cfg",
"include grokwiki.cfg",
"recursive-include docs *.bat",
"recursive-include etc *.in",
"recursive-include etc *.txt",
"recursive-include grokwiki *.css",
"recursive-include grokwiki *.pt",
"recursive-include grokwiki *.py",
"recursive-include grokwiki *.txt",
"recursive-include grokwiki *.zcml",
"recursive-include src *.cpt",
"recursive-include src *.pt",
"recursive-include src *.zcml",
]