From 43d05168513f28a5c3361b47b1163fd41b9dfac6 Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Thu, 4 Jun 2015 11:57:25 -0700 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 62af468a5..dd55f5b42 100644 --- a/tox.ini +++ b/tox.ini @@ -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