-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.meta.toml
37 lines (32 loc) · 896 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
# Generated from:
# https://github.com/zopefoundation/meta/tree/master/config/zope-product
[meta]
template = "zope-product"
commit-id = "0754ed06"
[python]
with-pypy = false
with-sphinx-doctests = false
with-windows = false
with-future-python = false
with-macos = false
with-docs = false
[coverage]
fail-under = 83
[tox]
testenv-commands-pre = [
"{envbindir}/buildout -nc {toxinidir}/buildout.cfg buildout:directory={envdir} buildout:develop={toxinidir} install test test_with_gs",
]
testenv-commands = [
"{envbindir}/test {posargs:-cv}",
"{envbindir}/test_with_gs {posargs:-cv}",
]
coverage-command = "coverage run {envbindir}/test_with_gs {posargs:-cv}"
use-flake8 = true
[manifest]
additional-rules = [
"recursive-include src *.dtml",
"recursive-include src *.gif",
"recursive-include src *.zcml",
]
[isort]
known_first_party = "Products.GenericSetup"