diff options
author | 2019-12-03 14:10:05 +0000 | |
---|---|---|
committer | 2019-12-03 14:10:05 +0000 | |
commit | 8e65f2cf23f2a54aab01a54195dd154b4d96d91a (patch) | |
tree | 11ba14bafcd5089392a962e43ba2a3057c096d8d /tox.ini | |
parent | 3e8ec6a480daa308b9446577dffccf31d7189b09 (diff) | |
parent | f685705ad1896d9c480bc97691f13ba3e7af6985 (diff) |
Merge "Use python3 as base"
Diffstat (limited to 'tox.ini')
-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 |