summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorLovett, Trevor <trevor.lovett@att.com>2020-08-25 09:18:55 -0500
committerTrevor Lovett <trevor.lovett@att.com>2020-08-25 14:52:42 +0000
commit2d29637c486513494822414fdb4a5656e9c2f7e3 (patch)
tree3d6f7370d4b0200c9c7481b71713e970ad7758b4 /tox.ini
parent6921cb9c027e8ddf509baca1cea1e94107d3f967 (diff)
Added REST Conf and corrected links to HV-VES
Issue-ID: VNFRQTS-812 Signed-off-by: Lovett, Trevor <trevor.lovett@att.com> Change-Id: Ice655efc417407b59273fe5a74433e5ef0741247
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d5621f9..df97a2b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,9 +24,9 @@ skipsdist = true
basepython = python3
deps = -r{toxinidir}/etc/requirements.txt
commands =
+ python check.py
sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
echo "Generated docs available in {toxinidir}/_build/html"
- python check.py
whitelist_externals =
echo
git