
The tox coverage refers to a non-existing rc file. This patch set redresses this by putting in a proper .coveragerc file similar to all the other projects. This patchset also makes the tox coverage job compatible w/ Zuul. Change-Id: I96a3d13482053b591f7d01e1c5c1e906d84f8fb7 Depends-On: If3cba68492ba9c7a0e78258c7b669d1b39fcdeba Signed-off-by: Tin Lam <tin@irrational.io>
18 lines
227 B
Plaintext
18 lines
227 B
Plaintext
# General
|
|
tox
|
|
|
|
# Docs
|
|
sphinx>=1.6.2
|
|
sphinx_rtd_theme>=0.2.4
|
|
|
|
# Testing
|
|
bandit
|
|
coverage!=4.4,>=4.5.1 # Apache-2.0
|
|
testtools>=2.3.0 # MIT
|
|
os-testr>=1.0.0 # Apache-2.0
|
|
flake8>=3.3.0
|
|
mock
|
|
pytest==3.2.1
|
|
pytest-mock
|
|
responses>=0.8.1
|