diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2018-09-13 08:19:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-13 08:19:48 +0000 |
commit | 9bfcd4b13cb28188004c4d543a615028d1be8366 (patch) | |
tree | eb5cdc4ebbb22a9d9f7c33a5f1855838c692ffc9 | |
parent | 4f02f883a5f6c5281bf64e9b4da4607b9452b727 (diff) | |
parent | 0ab1fe5159eb1e3da29d358b354cb574c5b5632f (diff) |
Merge "Add OpenStack constraints" into stable/fraser
-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} |