-
Notifications
You must be signed in to change notification settings - Fork 8
/
.meta.toml
39 lines (35 loc) · 874 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
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/toolkit
[meta]
template = "toolkit"
commit-id = "e6c3a241"
[python]
with-sphinx-doctests = false
with-docs = true
with-future-python = false
with-pypy = true
with-macos = false
with-windows = false
[tox]
use-flake8 = true
testenv-commands = [
"{envdir}/bin/test-ztk {posargs:-cv}",
]
testenv-additional = [
"",
"[testenv:checkversions]",
"commands_pre =",
" {envbindir}/buildout -nc {toxinidir}/buildout.cfg buildout:directory={envdir} install checkversions",
"commands =",
" {envdir}/bin/checkversions ztk-versions.cfg []",
]
[coverage]
fail-under = "not applicable"
[check-manifest]
additional-ignores = [
"dependabot/*",
"docs/_build/html/*",
"docs/_build/html/*/*",
"docs/_build/html/*/*/*",
"docs/_build/html/*/*/*/*",
]