diff --git a/.gitreview b/.gitreview new file mode 100644 index 0000000..e91263e --- /dev/null +++ b/.gitreview @@ -0,0 +1,4 @@ +[gerrit] +host=review.openstack.org +port=29418 +project=openstack/charm-interface-neutron-plugin-api-subordinate.git diff --git a/.zuul.yaml b/.zuul.yaml new file mode 100644 index 0000000..5e75d94 --- /dev/null +++ b/.zuul.yaml @@ -0,0 +1,4 @@ +- project: + templates: + - python-charm-jobs + - openstack-python35-jobs diff --git a/tox.ini b/tox.ini index c395138..ebbf187 100644 --- a/tox.ini +++ b/tox.ini @@ -6,8 +6,7 @@ skip_missing_interpreters = True [testenv] setenv = VIRTUAL_ENV={envdir} PYTHONHASHSEED=0 -install_command = - pip install --allow-unverified python-apt {opts} {packages} +install_command = pip install {opts} {packages} commands = ostestr {posargs} [testenv:py27]