Fix tox cover target

Mimic what is done in neutron-lbaas to have a working cover target.
Change-Id: I20fb1bbd9fa8e04155c94263beba4444cbc38963
This commit is contained in:
Thomas Morin
2016年10月18日 15:22:08 +02:00
parent adaa57873f
commit 7fe4874eb8

View File

@@ -60,7 +60,10 @@ setenv = OS_FAIL_ON_MISSING_DEPS=1
commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
basepython = python2.7
commands =
python setup.py test --coverage --coverage-package-name=networking_bgpvpn --omit="*/tests/*" --testr-args='{posargs}'
coverage report --omit="*/tests/*" -m
[testenv:docs]
commands = python setup.py build_sphinx
Reference in New Issue
openstack/networking-bgpvpn
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.