Add coverage library
`tox -ecover` is failed because of lack of necessary library. This adds it. Change-Id: I7dc6b5e46335b770e31aaa9f02522a5eeb401114
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -5,6 +5,7 @@ dist/* | ||||
| build/* | ||||
| html/* | ||||
| *.egg* | ||||
| cover/* | ||||
| .coverage | ||||
| rdserver.txt | ||||
| python-troveclient.iml | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 OTSUKA, Yuanying
					OTSUKA, Yuanying