summaryrefslogtreecommitdiff
path: root/.meta.toml
diff options
context:
space:
mode:
authorMaurits van Rees <maurits@vanrees.org>2021-09-02 10:30:50 +0200
committerMaurits van Rees <maurits@vanrees.org>2021-09-02 10:30:50 +0200
commit5e1cd72d4db7cf076e34bb6d86fd03b683ab43a2 (patch)
tree3135be6cc854b8ba7d4849de974e7c1098f2a55d /.meta.toml
parent59d212f62d20f9bad168a0dcb8bb137bd625130b (diff)
downloadzope-i18n-5e1cd72d4db7cf076e34bb6d86fd03b683ab43a2.tar.gz
Configuring for pure-python
Diffstat (limited to '.meta.toml')
-rw-r--r--.meta.toml20
1 files changed, 20 insertions, 0 deletions
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