Switch upper-constraints and tox_install.sh to stable/newton

Change-Id: I5beb721eb438d91b7c6011be299276cc3592cae9
This commit is contained in:
Ihar Hrachyshka 2016-09-16 22:24:30 +00:00 committed by Armando Migliaccio
parent 1936a973ed
commit 2b27679fb6
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
ZUUL_CLONER=/usr/zuul-env/bin/zuul-cloner
neutron_installed=$(echo "import neutron" | python 2>/dev/null ; echo $?)
BRANCH_NAME=master
BRANCH_NAME=stable/newton
set -e

View File

@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
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}
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals =