Merge "Adding Configure Python/Tox Project for Nexus IQ (CLM) to tox.ini"
[o-du/l2.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 72742cf..e3e8423 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -28,3 +28,8 @@ deps = sphinx
        recommonmark
        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'