From 5e1cd72d4db7cf076e34bb6d86fd03b683ab43a2 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Thu, 2 Sep 2021 10:30:50 +0200 Subject: Configuring for pure-python --- .meta.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .meta.toml (limited to '.meta.toml') diff --git a/.meta.toml b/.meta.toml new file mode 100644 index 0000000..4a7e6d4 --- /dev/null +++ b/.meta.toml @@ -0,0 +1,20 @@ +# Generated from: +# https://github.com/zopefoundation/meta/tree/master/config/pure-python +[meta] +template = "pure-python" +commit-id = "7f5b73fe9d2bcbabafaef5f69dd97408a142d42a" + +[python] +with-appveyor = false +with-windows = false +with-pypy = true +with-future-python = false +with-legacy-python = true +with-docs = true +with-sphinx-doctests = false + +[tox] +use-flake8 = true + +[coverage] +fail-under = 100 -- cgit v1.2.1