summaryrefslogtreecommitdiff
path: root/test/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/setup.cfg')
-rw-r--r--test/setup.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/setup.cfg b/test/setup.cfg
new file mode 100644
index 00000000..ef9c755e
--- /dev/null
+++ b/test/setup.cfg
@@ -0,0 +1,9 @@
+[tool:pytest]
+minversion = 3.6
+markers =
+ bashcomp
+ complete
+
+[mypy]
+python_version = 3.4
+ignore_missing_imports = true