summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-22 18:47:07 -0700
committerBob Halley <halley@dnspython.org>2020-06-22 18:47:07 -0700
commitac845d832df1835d7b0ab885221f509652d94c7d (patch)
treea99f32ed10816c489d154ffbcc884b03874b9e2d /pyproject.toml
parent7aceedaed7649357b339e3298fbc6b5af4da4c08 (diff)
downloaddnspython-ac845d832df1835d7b0ab885221f509652d94c7d.tar.gz
compute and load coverage from travis
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 12ad510..3bd4a59 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,6 +17,7 @@ cryptography = {version="^2.6", optional=true}
trio = {version=">=0.14,<0.17", optional=true}
curio = {version="^1.2", optional=true}
sniffio = {version="^1.1", optional=true}
+pytest-cov = "^2.10.0"
[tool.poetry.dev-dependencies]
mypy = "^0.781"