summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
Diffstat (limited to '.meta.toml')
-rw-r--r--.meta.toml23
1 files changed, 20 insertions, 3 deletions
diff --git a/.meta.toml b/.meta.toml
index f8a2810..a971dac 100644
--- a/.meta.toml
+++ b/.meta.toml
@@ -11,16 +11,33 @@ with-pypy = true
with-future-python = false
with-legacy-python = true
with-docs = true
-with-sphinx-doctests = false
+with-sphinx-doctests = true
[tox]
-use-flake8 = false
+use-flake8 = true
[coverage]
-fail-under = 0
+fail-under = 100
+
+[flake8]
+additional-config = [
+ "# F401 imported but unused",
+ "per-file-ignores =",
+ " src/zope/i18nmessageid/__init__.py: F401",
+ ]
[manifest]
additional-rules = [
"include *.sh",
"recursive-include docs *.bat",
]
+
+[appveyor]
+global-env-vars = [
+ "# Currently the builds use @mgedmin's Appveyor account. The PyPI token belongs",
+ "# to zope.wheelbuilder, which is managed by @mgedmin and @dataflake.",
+ "global:",
+ " TWINE_USERNAME: __token__",
+ " TWINE_PASSWORD:",
+ " secure: aoZC/+rvJKg8B5GMGIxd1VZ0Oxtmc0lPMiqT2wHP5qBRoZf6tEB7n9u7uCIifcAX1IWsLCRF7DKWvvCQTFJL5HcQvXFQSnEuXvdMT/utFFx9eCCy+Cu+WuWkasGCG+gx9uhMTe01mixi8yujgVj894Xjdv5YyNH2dPeqV5kInTzYrOmKZs1FTvKTlYZNHyYWRnYhyaLBn4FmmeuXuFcd5o05jkaa2dnerW85F3sr7mWbCgL4GpEQ59rYX34Cl4EdEXw+IViTyFWJuZp+k9GCUnzxAmA+vlfoSbZ6JfvTLaU=",
+ ]