Merge "fix lower constraints targets in tox ini"

This commit is contained in:
Zuul 2018-06-15 20:29:30 +00:00 committed by Gerrit Code Review
commit 675251af75
1 changed files with 8 additions and 0 deletions

View File

@ -161,6 +161,14 @@ commands =
[testenv:lower-constraints]
basepython = python3
deps =
-c{toxinidir}/lower-constraints.txt
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/doc/requirements.txt
-r{toxinidir}/requirements.txt
[testenv:lower-constraints-dev]
basepython = python3
commands =
pip install -q -e "git+https://git.openstack.org/openstack/networking-l2gw#egg=networking_l2gw"
pip install -q -e "git+https://git.openstack.org/openstack/networking-sfc#egg=networking_sfc"