Update UPPER_CONSTRAINTS_FILE for stable/pike

Change-Id: I5359cd3b2d45b3c932e39e77dbc43eb234342863
This commit is contained in:
2017-07-28 21:06:54 +00:00
parent a4e44b7961
commit 27901a84f1

View File

@@ -7,7 +7,7 @@ skipsdist = True
setenv = VIRTUAL_ENV={envdir}
CLIENT_NAME=python-heatclient
usedevelop = True
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/pike} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = find . -type f -name "*.py[c|o]" -delete