summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2019-02-06 21:52:39 +0000
committerHagop Bozawglanian <hagop.bozawglanian@att.com>2019-02-06 22:28:02 +0000
commit9b20780b815195495d4239b92762d9d1a88307b3 (patch)
treeba288937c80bab479f76f465c9475d341949c455 /tox.ini
parent8bf735f0d1b991a052532c9db88af15c5ad7d0cc (diff)
VNFRQTS - Update tox for new workflow
Issue-ID: VNFRQTS-540 Change-Id: I2ee5d7e8447bfe22c468853781ebf87cd3811ad7 Signed-off-by: Hagop Bozawglanian <hagop.bozawglanian@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index aca6b39..e0af9cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,11 +23,13 @@ skipsdist = true
[testenv:docs]
deps = -r{toxinidir}/etc/requirements.txt
commands =
- sphinx-build -c . -b needs -n -d {envtmpdir}/doctrees ./docs/ ./docs/data/
sphinx-build -c . -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
echo "Generated docs available in {toxinidir}/docs/_build/html"
whitelist_externals = echo
+[testenv:needs]
+deps = -r{toxinidir}/etc/requirements.txt
+commands = sphinx-build -c . -b needs -n -d {envtmpdir}/doctrees ./docs/ ./docs/data/
[testenv:docs-linkcheck]
deps = -r{toxinidir}/etc/requirements.txt