X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=2242637dcd0ff920dc9d3091ae12e1eb7a4cca93;hb=d82ab34f15a9b67185c85c6afc5562bc8b72cb8b;hp=8a5df05eeb7b84e481f49691545fe9fb77ebff78;hpb=42333625db781f1ae12212ce903df9b5257ff5e4;p=doctor.git diff --git a/tox.ini b/tox.ini index 8a5df05e..2242637d 100644 --- a/tox.ini +++ b/tox.ini @@ -29,6 +29,7 @@ passenv = INSTALLER_TYPE INSTALLER_IP INSPECTOR_TYPE + ADMIN_TOOL_TYPE TEST_CASE SSH_KEY changedir = {toxinidir}/doctor_tests @@ -51,6 +52,7 @@ filename = *.py,app.wsgi exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,tests [testenv:docs] +changedir = {toxinidir} deps = -rdocs/requirements.txt commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -58,5 +60,6 @@ commands = whitelist_externals = echo [testenv:docs-linkcheck] +changedir = {toxinidir} deps = -rdocs/requirements.txt commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck