From a91bfed54c6476d93c782c8e7c61ea4e7fe05d4b Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Mon, 14 Mar 2016 18:07:31 +0100 Subject: [PATCH] tox: remove useless install_command The default works fine. Change-Id: Ie106e218fd4472253f62c52b81054ddb78468473 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e56d4fd..602e24b 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install -U --allow-external aodh --allow-insecure aodh {opts} {packages} setenv = VIRTUAL_ENV={envdir} AODH_CLIENT_EXEC_DIR={envdir}/bin