From 9e14ac5803acc1a45077d4519055a765eaff0cbf Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Wed, 2 Mar 2016 11:37:06 -0500 Subject: [PATCH] Add codecov to testing requirements --- requires/testing.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requires/testing.txt b/requires/testing.txt index 776ca53..d38f130 100644 --- a/requires/testing.txt +++ b/requires/testing.txt @@ -2,3 +2,4 @@ nose>=1.3.7,<2 coverage>=3.7,<4 arrow>=0.7.0,<1 mock>=1.3.0,<2 +codecov>=1.6.3,<2