OpenApi create required operational data
[netconf.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index ed92a278d66daa8e28eee54894ab9cb873626ef8..6848158aaade28de9a2df4d15ece6c262c40c5a6 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,14 +5,17 @@ envlist =
     docs-linkcheck
 skipsdist = true
 
-[testenv:docs]
+[testenv]
+passenv = http_proxy, HTTP_PROXY, https_proxy, HTTPS_PROXY, no_proxy, NO_PROXY
 basepython = python3
 deps = -rdocs/requirements.txt
+
+[testenv:docs]
+basepython = python3
 commands =
     sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
 
 [testenv:docs-linkcheck]
 basepython = python3
-deps = -rdocs/requirements.txt
 commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck