-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.meta.toml
47 lines (42 loc) · 978 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
47
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "0754ed06"
[python]
with-macos = false
with-windows = false
with-pypy = true
with-future-python = false
with-docs = true
with-sphinx-doctests = true
[tox]
use-flake8 = true
additional-envlist = [
"py311-minimal",
"py311-component",
]
testenv-additional = [
"",
"[testenv:py311-minimal]",
"extras = test-minimal",
"commands = zope-testrunner --test-path=src {posargs:-vc}",
"",
"[testenv:py311-component]",
"extras = test-component",
"commands = zope-testrunner --test-path=src {posargs:-vc}",
]
[coverage]
fail-under = 100
[flake8]
additional-config = [
"# F401 imported but unused",
"per-file-ignores =",
" src/zope/location/__init__.py: F401",
]
[manifest]
additional-rules = [
"include *.yaml",
"recursive-include docs *.bat",
"recursive-include src *.zcml",
]