summaryrefslogtreecommitdiffstats
path: root/third_party/python/idna-ssl/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/idna-ssl/setup.cfg')
-rw-r--r--third_party/python/idna-ssl/setup.cfg15
1 files changed, 15 insertions, 0 deletions
diff --git a/third_party/python/idna-ssl/setup.cfg b/third_party/python/idna-ssl/setup.cfg
new file mode 100644
index 0000000000..3eba006ab9
--- /dev/null
+++ b/third_party/python/idna-ssl/setup.cfg
@@ -0,0 +1,15 @@
+[coverage:run]
+branch = True
+omit = site-packages
+
+[isort]
+known_third_party = aiohttp
+known_first_party = idna_ssl
+
+[tool:pytest]
+addopts = -s --keep-duplicates --cache-clear --verbose --no-cov-on-fail --cov=idna_ssl --cov-report=term --cov-report=html
+
+[egg_info]
+tag_build =
+tag_date = 0
+