Code Review
/
o-du
/
l2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(from parent 1:
826d724
)
Adding Configure Python/Tox Project for Nexus IQ (CLM) to tox.ini
89/8589/1
author
lal.harshita
<Harshita.Lal@radisys.com>
Thu, 16 Jun 2022 14:04:10 +0000
(19:34 +0530)
committer
lal.harshita
<Harshita.Lal@radisys.com>
Thu, 16 Jun 2022 14:04:37 +0000
(19:34 +0530)
Signed-off-by: lal.harshita <Harshita.Lal@radisys.com>
Change-Id: I049f0bdefb7bbaabb4109b953d4b1ee64567e1fa
tox.ini
patch
|
blob
|
history
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'