smo/ves project is not visible on sonarcloud.io 09/8409/2
authorsantanude <santanu.de@xoriant.com>
Thu, 26 May 2022 08:15:55 +0000 (13:45 +0530)
committersantanu de <santanu.de@xoriant.com>
Thu, 26 May 2022 08:23:23 +0000 (08:23 +0000)
SMO-67

Signed-off-by: santanude <santanu.de@xoriant.com>
Change-Id: I228e5e5244afc669120627939b0d4c986ab78ae9

tox.ini

diff --git a/tox.ini b/tox.ini
index 60ef6b2..4f58a62 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,9 +1,6 @@
 [tox]
 minversion = 2.0
-envlist =
-    code,
-    docs,
-    docs-linkcheck,
+envlist = code,flake8,docs,docs-linkcheck
 skipsdist = true
 
 [testenv:docs]
@@ -44,4 +41,4 @@ deps=
 # all for the end of tests
 commands =
   pytest --cov dir-name --cov-report xml --cov-report term-missing --cov-report html --cov-fail-under=70 --junitxml=/tmp/tests.xml
-  coverage xml -i
\ No newline at end of file
+  coverage xml -i