summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorBozawglanian, Hagop (hb755d) <hb755d@att.com>2018-04-03 21:46:51 +0000
committerBozawglanian, Hagop (hb755d) <hb755d@att.com>2018-04-03 21:47:47 +0000
commit098e11375d5a8be05865974b59afd7772c9dc852 (patch)
treeb7788639240b53a07240d4b57cfc84cdd06dd873 /tox.ini
parentac41171529fa474302fc47baf272712b542c15f2 (diff)
VNFRQTS - Use Case setup
Manual Scale out use case first use case to be added. Change-Id: Iadebeee519c5c41af7d22b0522934e1237cedb37 Issue-ID: VNFRQTS-154 Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini15
1 files changed, 15 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..b3ee8fc
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,15 @@
+[tox]
+minversion = 1.6
+envlist = docs,docs-linkcheck
+skipsdist = true
+
+[testenv:docs]
+deps = -r{toxinidir}/etc/requirements.txt
+commands =
+ sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
+ echo "Generated docs available in {toxinidir}/docs/_build/html"
+whitelist_externals = echo
+
+[testenv:docs-linkcheck]
+deps = -r{toxinidir}/etc/requirements.txt
+commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck