aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2019-05-16 15:44:53 -0400
committerGitHub <noreply@github.com>2019-05-16 15:44:53 -0400
commit28c26653e86b01dd707c50b72da5de524aad3fe5 (patch)
tree8941385204e9db22fbbb19bca32e50ef57ab4b2f /setup.py
parent5c3adc2fbaebaca2324d1ff86f19e23a3fabd012 (diff)
parentfbb81b10ba8baff236ab9b60c170866dc7a7a067 (diff)
downloaddelivery_merge-28c26653e86b01dd707c50b72da5de524aad3fe5.tar.gz
Merge pull request #3 from astroconda/codecov
Codecov
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 406963b..2efbdc8 100644
--- a/setup.py
+++ b/setup.py
@@ -16,6 +16,8 @@ setup(
extras_require={
'test': [
'pytest',
+ 'pytest-cov',
+ 'codecov',
],
}
)