summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-05-20 07:18:21 -0700
committerBob Halley <halley@dnspython.org>2020-05-20 07:18:21 -0700
commit213b4c2a2b840aab46c714eafd091245ee4e24bd (patch)
tree809d3e33b2db790d2eda1cab59d07b2b5caac0f8 /pyproject.toml
parentafdfbcce7362213d1bb0231ea462a459bef37e8d (diff)
downloaddnspython-213b4c2a2b840aab46c714eafd091245ee4e24bd.tar.gz
coverage tools
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 732af70..44a1dd7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,6 +21,7 @@ mypy = "^0.770"
pytest = "^5.4.1"
flake8 = "^3.7.9"
sphinx = "^3.0.0"
+coverage = "^5.1"
[tool.poetry.extras]
doh = ['requests', 'requests-toolbelt']