Create CLM job for smo-ves project 65/8565/2
authorsantanude <santanu.de@xoriant.com>
Wed, 15 Jun 2022 06:38:28 +0000 (12:08 +0530)
committersantanude <santanu.de@xoriant.com>
Thu, 23 Jun 2022 10:29:29 +0000 (15:59 +0530)
SMO-68

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

diff --git a/tox.ini b/tox.ini
index 4f58a62..99e71db 100644 (file)
--- 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=