Remove references to removed watcher/openstack directory
Since we removed openstack/common this is not useful. Change-Id: Ifb8e1cdacd1879874be7496a8bc4bc8349085456
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[run]
|
[run]
|
||||||
branch = True
|
branch = True
|
||||||
source = watcher
|
source = watcher
|
||||||
omit = watcher/tests/*,watcher/openstack/*
|
omit = watcher/tests/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
ignore_errors = True
|
ignore_errors = True
|
||||||
|
|||||||
4
tox.ini
4
tox.ini
@@ -19,7 +19,7 @@ commands = flake8
|
|||||||
commands = {posargs}
|
commands = {posargs}
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
commands = python setup.py testr --coverage --omit="watcher/tests/*,watcher/openstack/*" --testr-args='{posargs}'
|
commands = python setup.py testr --coverage --omit="watcher/tests/*" --testr-args='{posargs}'
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
commands = python setup.py build_sphinx
|
commands = python setup.py build_sphinx
|
||||||
@@ -43,7 +43,7 @@ commands =
|
|||||||
show-source=True
|
show-source=True
|
||||||
ignore=E123,E125,H404,H405,H305
|
ignore=E123,E125,H404,H405,H305
|
||||||
builtins= _
|
builtins= _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,*sqlalchemy/alembic/versions/*,demo/
|
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,*sqlalchemy/alembic/versions/*,demo/
|
||||||
|
|
||||||
[testenv:pypi]
|
[testenv:pypi]
|
||||||
commands =
|
commands =
|
||||||
|
|||||||
Reference in New Issue
Block a user