From e6d17e626bd750c6b05b6353a2731ee621532fd9 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 3 Jul 2020 10:40:56 +0000 Subject: [PATCH] Fix coverage tests to report proper coverage Change-Id: Ia1d06e5af86f2125abe45300fc5a3c208925ebef Signed-off-by: garciadeblas --- tox.ini | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 1e0b679..582a897 100644 --- a/tox.ini +++ b/tox.ini @@ -17,11 +17,9 @@ envlist = cover, flake8, unittest [testenv] +usedevelop = True basepython = python3 install_command = python3 -m pip install -r requirements.txt -U {opts} {packages} -deps = -rtest-requirements.txt -commands= - python3 -m unittest discover -v [testenv:cover] basepython = python3 -- 2.17.1