summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2021-05-11 08:30:06 +0200
committerGitHub <noreply@github.com>2021-05-11 08:30:06 +0200
commit4404adf123bbd0a51fcdb70f02ee6c8191837f09 (patch)
tree60cbb3720df9637ed16b2c1a5cf36ec2c153e628 /.meta.toml
parentbd29a2630e2f1d2f61bd1837cbfeb202b89323dc (diff)
downloadzope-browser-4404adf123bbd0a51fcdb70f02ee6c8191837f09.tar.gz
Fix tests due to repoze.sphinx.autointerface problems (#16)
Diffstat (limited to '.meta.toml')
-rw-r--r--.meta.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/.meta.toml b/.meta.toml
index e6be31a..0c6365a 100644
--- a/.meta.toml
+++ b/.meta.toml
@@ -2,7 +2,7 @@
# https://github.com/zopefoundation/meta/tree/master/config/pure-python
[meta]
template = "pure-python"
-commit-id = "4e9825189b9b8d18f28e7dbc63373d4baea08602"
+commit-id = "b3b903c81546d54b062adf7fafa32e06125f5ba1"
[python]
with-pypy = true
@@ -13,3 +13,11 @@ with-appveyor = false
[coverage]
fail-under = 100
+
+[tox]
+use-flake8 = true
+
+[manifest]
+additional-rules = [
+ "recursive-include src *.rst",
+ ]