-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.meta.toml
More file actions
36 lines (32 loc) · 894 Bytes
/
.meta.toml
File metadata and controls
36 lines (32 loc) · 894 Bytes
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
# Generated with zope.meta (https://zopemeta.readthedocs.io/) from:
# https://github.com/zopefoundation/meta/tree/master/src/zope/meta/toolkit
[meta]
template = "toolkit"
commit-id = "71befdf0"
[python]
with-sphinx-doctests = false
with-docs = true
with-future-python = false
with-pypy = true
with-macos = false
with-windows = false
[tox]
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/*/*/*/*",
]