Add gitreview

Change-Id: Ia0170e58f1c1cf55dd24813e5f24ce55c70ddc0a
This commit is contained in:
Felipe Reyes 2020-09-10 18:05:55 -03:00
parent cf1d2146c5
commit fb9b06d5ca
2 changed files with 5 additions and 1 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.opendev.org
port=29418
project=openstack/charm-interface-keystone-fid-service-provider.git

View File

@ -44,7 +44,7 @@ deps = -r{toxinidir}/test-requirements.txt
commands = /bin/true
[testenv:pep8]
basepython = python2.7
basepython = python3
deps = -r{toxinidir}/test-requirements.txt
commands = flake8 {posargs}