Install the ironicclient into the 'venv' virtualenv
Have the ironicclient program 'ironic' be installed in the 'venv' virtualenv so that it can be used, if desired. Change-Id: Ida07597bd21abe2303f2d3098012c57d9f018e12
This commit is contained in:
parent
30b01689f4
commit
43d0516851
1
tox.ini
1
tox.ini
@ -11,6 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
# fixed in httppretty >= 0.8.8 so remove this code once our
|
# fixed in httppretty >= 0.8.8 so remove this code once our
|
||||||
# test-requirements.txt is updated
|
# test-requirements.txt is updated
|
||||||
LC_ALL=en_US.utf-8
|
LC_ALL=en_US.utf-8
|
||||||
|
usedevelop = True
|
||||||
install_command = pip install -U {opts} {packages}
|
install_command = pip install -U {opts} {packages}
|
||||||
deps =
|
deps =
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user