summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2021-10-13 12:32:41 -0500
committerLovett, Trevor <trevor.lovett@att.com>2021-10-20 15:31:25 -0500
commit6a0388cd6e07f9d002cb21fbd0e46f98767ee442 (patch)
tree585d6fdd75455d7eefd2dce344b4cafe9f3b2a1d /tox.ini
parent0e5ba8a201a23ae48932762b627591dde1b112a9 (diff)
Update Istanbul Release Notes
Issue-ID: VNFRQTS-1001 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: Ia2dd5892a46063e173c61d8e60245c4cd90a7806
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
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