summaryrefslogtreecommitdiff
path: root/.meta.toml
blob: 4a7e6d4b7f6b59b8c7d6e04848fd2ffa695d7b2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
commit-id = "7f5b73fe9d2bcbabafaef5f69dd97408a142d42a"

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

[tox]
use-flake8 = true

[coverage]
fail-under = 100