diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-09-13 08:19:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-13 08:19:40 +0000 |
commit | d7b812e98bf17c859e89b2297ce095439f0355a5 (patch) | |
tree | 1ff4d0309091908a54f6368e9469fb1db271afe4 | |
parent | 5034513e415d08d92bd8645f7052545e74e98a26 (diff) | |
parent | 2f327116ea19fd7a9599207a3912e2e251d718c1 (diff) |
Merge "Add OpenStack constraints" into stable/hunter
-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} |