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:
John L. Villalovos 2015-06-04 11:57:25 -07:00
parent 30b01689f4
commit 43d0516851

View File

@ -11,6 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
# fixed in httppretty >= 0.8.8 so remove this code once our
# test-requirements.txt is updated
LC_ALL=en_US.utf-8
usedevelop = True
install_command = pip install -U {opts} {packages}
deps =
-r{toxinidir}/requirements.txt