Docs: F release docs update
[pti/o2.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index d635278..03f379c 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -24,6 +24,11 @@ deps = -r{toxinidir}/requirements.txt
        -r{toxinidir}/requirements-test.txt
 whitelist_externals = bash, flake8, pytest
 
+[testenv:clm]
+# use pip to report dependencies with versions
+whitelist_externals = sh
+commands = sh -c 'pip freeze > requirements.txt'
+
 [testenv:flake8]
 commands =
     flake8 o2ims