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:42:37 +0200 |
commit | fb23a333f8c5516f70f6cfb9b2d2c01a5bf91cea (patch) | |
tree | 65831b123559a23c2cc266a276520f65950740e3 | |
parent | c28cfec632b47e1c631fd100abbc759a1a2e3489 (diff) |
Add OpenStack constraints
Change-Id: I2b52f6594629b171312caf25906b9e582613379b
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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=master} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt install_command = pip install {opts} {packages} |