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:45:14 +0200 |
commit | 0ab1fe5159eb1e3da29d358b354cb574c5b5632f (patch) | |
tree | da1942b081aa257b03d67a73371c648b6b01924b | |
parent | 951fc46b7499d9f230c6e8f0e1629ac2325c5ad7 (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/pike} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt install_command = pip install {opts} {packages} |