From: santanude Date: Thu, 26 May 2022 08:15:55 +0000 (+0530) Subject: smo/ves project is not visible on sonarcloud.io X-Git-Tag: 6.0.2~16 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F09%2F8409%2F2;p=smo%2Fves.git smo/ves project is not visible on sonarcloud.io SMO-67 Signed-off-by: santanude Change-Id: I228e5e5244afc669120627939b0d4c986ab78ae9 --- diff --git a/tox.ini b/tox.ini index 60ef6b2..4f58a62 100644 --- 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