From 5f1a6d31a48eeba7ef799738ccfe7d6497f61fc9 Mon Sep 17 00:00:00 2001 From: Felipe Vicens Date: Wed, 16 Oct 2019 20:13:53 +0200 Subject: [PATCH] Fix IM installation in NBI Change-Id: I10287cdb30aac7496eb28b82a06027d196a26a5b Signed-off-by: Felipe Vicens --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 27bc184..5654da5 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,7 @@ [tox] envlist = py3 -toxworkdir={homedir}/.tox +toxworkdir={toxinidir}/.tox [testenv] basepython = python3 -- 2.17.1