aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 406963b..460fba0 100644
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,7 @@ setup(
extras_require={
'test': [
'pytest',
+ 'pytest-cov',
],
}
)