Add Upper constraints to dashboard

Change-Id: I585ff658f045e17bb3d6da4427547114f3ff6910
This commit is contained in:
Graham Hayes 2016-09-15 15:28:48 +01:00
parent e96fddbe63
commit 4a7b63f1bc
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=master} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
NOSE_WITH_OPENSTACK=1
NOSE_OPENSTACK_COLOR=1