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:44:32 +0200 |
commit | 17a508f67cf92233cacd154fd79301cb56bf8270 (patch) | |
tree | 6a6077d5706d3ff4c4b464734c60c1018816fab1 | |
parent | 48f57c2831f18e8e09c8a7d7aa5273bf489ab20a (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/queens} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt install_command = pip install {opts} {packages} |