Skip to content

Commit

Permalink
Use python3 as base
Browse files Browse the repository at this point in the history
Signed-off-by: Aric Gardner <[email protected]>
Change-Id: I527835a3c70e4fb149b3476e6144f5b3e41d75df
  • Loading branch information
Aricg committed Oct 9, 2019
1 parent f7df2d4 commit f685705
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,21 @@ 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
echo "Generated docs available in {toxinidir}/docs/_build/html"
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

0 comments on commit f685705

Please sign in to comment.