From 56d4197c150cd836d9a50e3045e21768dcf3f037 Mon Sep 17 00:00:00 2001 From: santanude Date: Wed, 15 Jun 2022 12:08:28 +0530 Subject: [PATCH] Create CLM job for smo-ves project SMO-68 Signed-off-by: santanude Change-Id: Ia67420d698b845d396903287ac7ba57e7b7c3f8f Signed-off-by: santanude --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) 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= -- 2.16.6