Add cover test requirement

Running tox -e cover would fail since the `cover` tool wasn't
being installed in the venv.

Change-Id: Ie2f68b03751faedf4e973e1fdcb5546338bab41d
This commit is contained in:
Brant Knudson 2015-10-13 10:19:20 -05:00
parent dee7171326
commit 6408ebdb32
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ hacking<0.11,>=0.10.0
oslotest>=1.10.0 # Apache-2.0
httpretty<0.8.7,>=0.8.4
# computes code coverage percentages
coverage>=3.6
# These are needed for docs generation
oslosphinx>=2.5.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2