From: santanude Date: Wed, 15 Jun 2022 06:38:28 +0000 (+0530) Subject: Create CLM job for smo-ves project X-Git-Tag: 6.0.2~15 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F8565%2F2;p=smo%2Fves.git Create CLM job for smo-ves project SMO-68 Signed-off-by: santanude Change-Id: Ia67420d698b845d396903287ac7ba57e7b7c3f8f Signed-off-by: santanude --- diff --git a/tox.ini b/tox.ini index 4f58a62..99e71db 100644 --- a/tox.ini +++ b/tox.ini @@ -26,6 +26,11 @@ deps = sphinx lfdocs-conf commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck +[testenv:clm] +# use pip to report dependencies with versions +whitelist_externals = sh +commands = sh -c 'pip freeze > requirements.txt' + [testenv:code] basepython = python3 deps=