Update .gitreview and tox.ini for stable/rocky

Change-Id: I00157cd78e5217d98830949156bead3fae798324
This commit is contained in:
Mark Goddard 2019-02-14 15:06:36 +00:00
parent 05226cbf58
commit 541795186f
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.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]