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

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

[tox]
use-flake8 = true

[coverage]
fail-under = 97

[manifest]
additional-rules = [
    "recursive-include docs *.bat",
    "recursive-include docs *.pt",
    "recursive-include src *.html",
    ]