summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2020-04-08 11:43:38 -0700
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2020-04-08 11:48:30 -0700
commitb003518aabc0ece88f607c0e1bac8b0b8d4b2450 (patch)
tree4622b30fcd8eb1decbd1a9d6bd8e5285ebc901ec /tox.ini
parentf577b145e2aa175a984a4ecb14585748a49a651a (diff)
VNFRQTS - adding the tox needs for requirement json generation
Issue-ID: VNFRQTS-872 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com> Change-Id: Icdebd10c7097b4c2c267858d7dfd062062548711
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ad5e0a5..64bd324 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,6 +31,11 @@ whitelist_externals =
git
sh
+[testenv:needs]
+basepython = python3
+deps = -r{toxinidir}/etc/requirements.txt
+commands = sphinx-build -c ./docs/ -b needs -n -d {envtmpdir}/doctrees ./docs/ ./docs/data/
+
[testenv:docs-linkcheck]
basepython = python3
deps = -r{toxinidir}/etc/requirements.txt