diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-13 09:42:37 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-13 09:43:55 +0200 |
commit | 2f327116ea19fd7a9599207a3912e2e251d718c1 (patch) | |
tree | 423d3f5e8769213175648bcc06e6f04cb88ebabf | |
parent | 0712285f0d242eb9279e49a653f64f63842265c9 (diff) |
Add OpenStack constraints
Change-Id: I2b52f6594629b171312caf25906b9e582613379b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit fb23a333f8c5516f70f6cfb9b2d2c01a5bf91cea)
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ envlist = pep8,pylint,yamllint,bashate,py27,py35 usedevelop = True deps = -chttps://git.opnfv.org/functest/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}/requirements.txt -r{toxinidir}/test-requirements.txt install_command = pip install {opts} {packages} |