From 23d48d07eabce55d92c811f2809ef3a48a6bb5dd Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 16 May 2019 15:07:58 -0400 Subject: Use pytest-cov --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') 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', ], } ) -- cgit 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(+) (limited to 'setup.py') 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