Codebase list python-castellan / 2ba9b07
Enable coverage report in console output Change-Id: Ied4cac092fba5d4b5027e72e1f18a65745480927 Jeremy Liu 7 years ago
1 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3636 commands = oslo_debug_helper {posargs}
3737
3838 [testenv:cover]
39 commands = python setup.py testr --coverage --testr-args='{posargs}'
39 commands =
40 python setup.py testr --coverage --testr-args='{posargs}'
41 coverage report
4042
4143 [testenv:docs]
4244 commands = python setup.py build_sphinx