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
|
||||
port=29418
|
||||
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.
|
||||
|
||||
show-source = True
|
||||
ignore = E123,E125
|
||||
ignore = E123,E125,H301,H405
|
||||
builtins = _
|
||||
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user