7fb06e8317
Add requirements for coverage utility. It makes it possible to run `tox -e py27-cover` and 'cover' directory will generated with tests coverage report in HTML format. Change-Id: I38c4197246fab4d0b8ea9ba3c61cc10966a1fc9e
12 lines
177 B
Plaintext
12 lines
177 B
Plaintext
coverage>=3.6
|
|
pep8==1.5.7
|
|
pyflakes==0.8.1
|
|
flake8==2.2.4
|
|
mock
|
|
oslotest>=1.2.0 # Apache-2.0
|
|
python-subunit>=0.0.18
|
|
testrepository>=0.0.18
|
|
testtools>=0.9.34
|
|
mysqlclient
|
|
six>=1.7.0
|