diff options
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,12 +14,14 @@ setenv= PYTHONPATH = {toxinidir} [testenv:jjb] +basepython = python3 deps = jenkins-job-builder==2.5.0 commands= jenkins-jobs test -o job_output -r {posargs:"jjb/"} [testenv:docs] +basepython = python3 deps = -r{toxinidir}/docs/requirements.txt commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs {toxinidir}/docs/_build/html @@ -27,5 +29,6 @@ commands = whitelist_externals = echo [testenv:docs-linkcheck] +basepython = python3 deps = -r{toxinidir}/docs/requirements.txt commands = sphinx-build -b linkcheck -d {envtmpdir}/doctrees ./docs {toxinidir}/docs/_build/linkcheck |