X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=840ce6a33ab02fb3615f2a9f6cf467451ac95b0c;hb=refs%2Fchanges%2F67%2F71267%2F1;hp=69aa189376a79240b72cc236ee3720ae9055337d;hpb=328129a1fd4ae54fe012379439464a56d15d4681;p=barometer.git diff --git a/tox.ini b/tox.ini index 69aa1893..840ce6a3 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ envlist = skipsdist = true [testenv:docs] +basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -13,5 +14,6 @@ commands = whitelist_externals = echo [testenv:docs-linkcheck] +basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck