From 9b20780b815195495d4239b92762d9d1a88307b3 Mon Sep 17 00:00:00 2001 From: Hagop Bozawglanian Date: Wed, 6 Feb 2019 21:52:39 +0000 Subject: VNFRQTS - Update tox for new workflow Issue-ID: VNFRQTS-540 Change-Id: I2ee5d7e8447bfe22c468853781ebf87cd3811ad7 Signed-off-by: Hagop Bozawglanian --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tox.ini') 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 -- cgit 1.2.3-korg