From 4c30b2d47e6d524576f3d8d88eaf0e1184881d23 Mon Sep 17 00:00:00 2001 From: "minhac.lee" Date: Thu, 8 Dec 2022 10:48:00 +0900 Subject: [PATCH] fix typo Signed-off-by: minhac.lee Change-Id: I5ca64673e2c4e8055f2cf006686bf37acaee8a40 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3882fb8..80b0637 100644 --- a/tox.ini +++ b/tox.ini @@ -40,7 +40,7 @@ deps= setenv = cd = {toxinidir}/test commands = - pip3 install {toxinindir} + pip3 install {toxinidir} pytest --cov {toxinidir}/kfadapter --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=10 --junitxaml=/tmp/tests.xml coverage xml -i \ No newline at end of file -- 2.16.6