Fix repo set up

Add usual CI jobs so that changes can merge.

Update tox to remove deprecated pip option:
  The parameter --allow-unverified is obsolete, also python-apt
  cannot be installed and is unneeded for current jobs.

  Remove so that python installation works.

Add missing .gitreview file.

Change-Id: Icaf7a63d65c2cf03b45deca262089e29a608d987
This commit is contained in:
Andreas Jaeger 2018-10-12 12:12:13 +02:00
parent 73dba739d0
commit 46d56bd217
3 changed files with 8 additions and 1 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/charm-interface-gnocchi

3
.zuul.yaml Normal file
View File

@ -0,0 +1,3 @@
- project:
templates:
- python-charm-interface-jobs

View File

@ -7,7 +7,7 @@ skip_missing_interpreters = True
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
install_command =
pip install --allow-unverified python-apt {opts} {packages}
pip install {opts} {packages}
commands = ostestr {posargs}
[testenv:py27]