fix typo 04/10004/1 1.0.0
authorminhac.lee <minhac.lee@samsung.com>
Thu, 8 Dec 2022 01:48:00 +0000 (10:48 +0900)
committerminhac.lee <minhac.lee@samsung.com>
Thu, 8 Dec 2022 01:48:00 +0000 (10:48 +0900)
Signed-off-by: minhac.lee <minhac.lee@samsung.com>
Change-Id: I5ca64673e2c4e8055f2cf006686bf37acaee8a40

tox.ini

diff --git a/tox.ini b/tox.ini
index 3882fb8..80b0637 100644 (file)
--- 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