aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 15:11:42 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-16 15:11:42 -0400
commitaff30f2a5753faf871a267ef659769014391920d (patch)
treec3573325e2a0100267814815c35c0e7a4a24df4f
parentbed4ca37788e91e09250401c4d65f36067487c1e (diff)
downloaddelivery_merge-aff30f2a5753faf871a267ef659769014391920d.tar.gz
Add codecov extra
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 460fba0..2efbdc8 100644
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,7 @@ setup(
'test': [
'pytest',
'pytest-cov',
+ 'codecov',
],
}
)