diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-17 10:15:01 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-17 10:19:43 +0200 |
commit | 7c3b81bc2b94521e0783203538ad01981db28829 (patch) | |
tree | c4e060441ef4738f765b5be907d654197f8d2a09 /tox.ini | |
parent | 1004a0475154b9198a02fa246417ed1fbb947ded (diff) |
Run unit tests vs different upper-constraints
It allows setting different upper-constraints (i.e. run unit test vs
OpenStack master).
Change-Id: Ie4f433a9f6b4c68a43ea259abb0f95270fc908ad
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ envlist = docs,pep8,pylint,yamllint,bashate,py35,py27,perm,cover usedevelop = True deps = -c{toxinidir}/upper-constraints.txt - -chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens + -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} |