From 946f176d70717246d03e484341696b6070c067e3 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Mon, 21 Sep 2015 14:29:06 -0700 Subject: Force coverage dependency to a version supporting py3.2 Signed-off-by: Joffrey F --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 8461e36..763ebe8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,4 @@ mock==1.0.1 pytest==2.7.2 +coverage==3.7.1 pytest-cov==2.1.0 -- cgit v1.2.1