summaryrefslogtreecommitdiff
path: root/.meta.toml
blob: f8a2810daecf51ad8f94af66fcd24434972a6ea1 (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
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/c-code
[meta]
template = "c-code"
commit-id = "b4dd6f9ffd3d6a2cde7dc70512c62d4c7ed22cd6"

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

[tox]
use-flake8 = false

[coverage]
fail-under = 0

[manifest]
additional-rules = [
    "include *.sh",
    "recursive-include docs *.bat",
    ]