From 6a0388cd6e07f9d002cb21fbd0e46f98767ee442 Mon Sep 17 00:00:00 2001 From: "Lovett, Trevor" Date: Wed, 13 Oct 2021 12:32:41 -0500 Subject: Update Istanbul Release Notes Issue-ID: VNFRQTS-1001 Signed-off-by: Lovett, Trevor Change-Id: Ia2dd5892a46063e173c61d8e60245c4cd90a7806 --- tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index df97a2b..36bf6c4 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ skipsdist = true basepython = python3 deps = -r{toxinidir}/etc/requirements.txt commands = - python check.py + python3 check.py sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/_build/html" whitelist_externals = @@ -36,11 +36,15 @@ whitelist_externals = [testenv:needs] basepython = python3 deps = -r{toxinidir}/etc/requirements.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.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 + -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt commands = echo "Link Checking not enforced" #commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./ {toxinidir}/_build/linkcheck whitelist_externals = echo \ No newline at end of file -- cgit 1.2.3-korg