From aff30f2a5753faf871a267ef659769014391920d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 16 May 2019 15:11:42 -0400 Subject: Add codecov extra --- setup.py | 1 + 1 file changed, 1 insertion(+) 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', ], } ) -- cgit