Update .gitreview and tox.ini for stable/rocky

Change-Id: I03a3535a65245654ac22c6f413415a73b20ea088
This commit is contained in:
Mark Goddard 2019-02-14 15:08:18 +00:00
parent 6954eeb5cc
commit 280a6fee10
2 changed files with 2 additions and 1 deletions

View File

@ -2,3 +2,4 @@
host=review.openstack.org
port=29418
project=openstack/kayobe-config-dev.git
defaultbranch=stable/rocky

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
install_command = pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky}
-r{toxinidir}/test-requirements.txt
[testenv:pep8]