Tox: Fix install commands for unit-tips and functional-tips
Change-Id: I352ea2b18a8bdb57cd3027c2024834db091a5643
This commit is contained in:
16
tox.ini
16
tox.ini
@@ -50,10 +50,10 @@ commands =
|
|||||||
|
|
||||||
[testenv:unit-tips]
|
[testenv:unit-tips]
|
||||||
commands =
|
commands =
|
||||||
python -m pip install -q -U -e "git+file://{toxinidir}/../cliff#egg=cliff"
|
python -m pip install -q -U -e {toxinidir}/../cliff#egg=cliff
|
||||||
python -m pip install -q -U -e "git+file://{toxinidir}/../keystoneauth#egg=keystoneauth"
|
python -m pip install -q -U -e {toxinidir}/../keystoneauth#egg=keystoneauth
|
||||||
python -m pip install -q -U -e "git+file://{toxinidir}/../osc-lib#egg=osc_lib"
|
python -m pip install -q -U -e {toxinidir}/../osc-lib#egg=osc_lib
|
||||||
pythom -m pip install -q -e "git+file://{toxinidir}/../openstacksdk#egg=openstacksdk"
|
python -m pip install -q -U -e {toxinidir}/../openstacksdk#egg=openstacksdk
|
||||||
python -m pip freeze
|
python -m pip freeze
|
||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
|
|
||||||
@@ -71,10 +71,10 @@ setenv =
|
|||||||
passenv =
|
passenv =
|
||||||
OS_*
|
OS_*
|
||||||
commands =
|
commands =
|
||||||
python -m pip install -q -U -e "git+file://{toxinidir}/../cliff#egg=cliff"
|
python -m pip install -q -U -e {toxinidir}/../cliff#egg=cliff
|
||||||
python -m pip install -q -U -e "git+file://{toxinidir}/../keystoneauth#egg=keystoneauth1"
|
python -m pip install -q -U -e {toxinidir}/../keystoneauth#egg=keystoneauth1
|
||||||
python -m pip install -q -U -e "git+file://{toxinidir}/../osc-lib#egg=osc_lib"
|
python -m pip install -q -U -e {toxinidir}/../osc-lib#egg=osc_lib
|
||||||
python -m pip install -q -U -e "git+file://{toxinidir}/../openstacksdk#egg=openstacksdk"
|
python -m pip install -q -U -e {toxinidir}/../openstacksdk#egg=openstacksdk
|
||||||
python -m pip freeze
|
python -m pip freeze
|
||||||
stestr run {posargs}
|
stestr run {posargs}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user