Add coverage library

`tox -ecover` is failed because of lack of necessary library. This adds it.

Change-Id: I7dc6b5e46335b770e31aaa9f02522a5eeb401114
This commit is contained in:
OTSUKA, Yuanying 2015-03-10 10:20:41 +09:00
parent 776d691402
commit 6991168726
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,6 +5,7 @@ dist/*
build/*
html/*
*.egg*
cover/*
.coverage
rdserver.txt
python-troveclient.iml

View File

@ -2,6 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.8.0,<0.9
coverage>=3.6
discover
oslosphinx>=2.2.0 # Apache-2.0
requests-mock>=0.5.1 # Apache-2.0