diff options
author | Trevor Lovett <trevor.lovett@att.com> | 2020-04-08 20:44:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-04-08 20:44:19 +0000 |
commit | 73e0fa50c26ab4c59abaf83243621c58e6b29b35 (patch) | |
tree | c5fd786f2a42622e1b4b0afcd7bc129aa651c10d /tox.ini | |
parent | 096fb6836ae0d00bda8a4886692293855eacaf2a (diff) | |
parent | b003518aabc0ece88f607c0e1bac8b0b8d4b2450 (diff) |
Merge "VNFRQTS - adding the tox needs for requirement json generation"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |