From 4404adf123bbd0a51fcdb70f02ee6c8191837f09 Mon Sep 17 00:00:00 2001 From: Michael Howitz Date: Tue, 11 May 2021 08:30:06 +0200 Subject: Fix tests due to repoze.sphinx.autointerface problems (#16) --- .meta.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.meta.toml') 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", + ] -- cgit v1.2.1