fix branch name in .gitreview
Change-Id: Iec9a1545f6b9b57d75b12f22c4bd4aad54829892
This commit is contained in:
parent
2e59acafd7
commit
b6dfec2db2
@ -2,3 +2,4 @@
|
|||||||
host=review.openstack.org
|
host=review.openstack.org
|
||||||
port=29418
|
port=29418
|
||||||
project=openstack/oslo.cache.git
|
project=openstack/oslo.cache.git
|
||||||
|
defaultbranch=feature/keystone-initial-import
|
||||||
|
2
tox.ini
2
tox.ini
@ -32,7 +32,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
|
|||||||
# E123, E125 skipped as they are invalid PEP-8.
|
# E123, E125 skipped as they are invalid PEP-8.
|
||||||
|
|
||||||
show-source = True
|
show-source = True
|
||||||
ignore = E123,E125
|
ignore = E123,E125,H301,H405
|
||||||
builtins = _
|
builtins = _
|
||||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user