Update UPPER_CONSTRAINTS_FILE for stable/newton

Change-Id: I14d54929c915824fcf3959335713baa997b42c78
This commit is contained in:
Thierry Carrez 2016-09-16 10:18:48 +02:00 committed by Rob Cresswell
parent c2eaffeb2a
commit 3ce1714f5d
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
basepython=python2.7
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/newton} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
INTEGRATION_TESTS=0