Merge "toscaparser: Avoid exception when creating our own" 1.1.1
authorShang Xiaodong <shang.xiaodong@zte.com.cn>
Thu, 29 Nov 2018 01:18:40 +0000 (01:18 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 29 Nov 2018 01:18:40 +0000 (01:18 +0000)
tox.ini

diff --git a/tox.ini b/tox.ini
index b0d1a94..9b755ff 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -25,10 +25,12 @@ commands =
     bash -c 'cd tosca2heat/tosca-parser; tox'
 
 [testenv:docs]
+usedevelop = False
 deps = -rdocs/requirements.txt
 commands =
     sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
 
 [testenv:docs-linkcheck]
+usedevelop = False
 deps = -rdocs/requirements.txt
 commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck