summaryrefslogtreecommitdiff
path: root/.meta.toml
blob: dbda55fe1a6326fd9c8c630912422ba68cefe0e6 (plain)
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
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "200573eb414d2228d463da3de7d71a6d6335a704"

[python]
with-pypy = true
with-legacy-python = true
with-docs = true
with-sphinx-doctests = false
with-windows = false
with-future-python = false
with-macos = false

[coverage]
fail-under = 90

[tox]
testenv-additional = [
    "setenv =",
    "    ZOPE_INTERFACE_STRICT_IRO=1",
    ]
use-flake8 = true

[manifest]
additional-rules = [
    "recursive-include src *.clb",
    "recursive-include src *.txt",
    "recursive-include src *.zcml",
    ]