From 72836d0126483b60dd6eb7687cdf38eecec969f9 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 1 Oct 2014 16:50:40 +0200 Subject: [PATCH] Fix coverage testing Add coverage to test-requirements so that tox-e cover works - this is part of the post jobs that are run. Change-Id: Id919bdb861447c0f018df64d9a0f5e44c0cc2351 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 6189b19..8e48ac2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,3 +9,4 @@ oslosphinx>=2.2.0 # Apache-2.0 oslotest>=1.1.0 # Apache-2.0 sphinx>=1.1.2,!=1.2.0,<1.3 testtools>=0.9.34 +coverage>=3.6