X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=ffbcb1b04a7d3c076b32d1c926dfa0253d69c4e5;hb=2310543935cf267deac2ad5537e9dc4eab72cf3f;hp=8a3aaa6653f1d3ab3179071f9e2977507ce1de37;hpb=f0ec1252e0c98e4ee6989ea0a1e0eef9dd06c91b;p=sim%2Fa1-interface.git diff --git a/tox.ini b/tox.ini index 8a3aaa6..ffbcb1b 100644 --- a/tox.ini +++ b/tox.ini @@ -16,12 +16,12 @@ [tox] envlist = code,docs,docs-linkcheck -minversion = 2.0 +minversion = 4.0 skipsdist = true ; basic test and coverage jobs [testenv:code] -basepython = python3.8 +basepython = python3 deps= pytest coverage @@ -47,8 +47,8 @@ commands = # doc jobs [testenv:docs] -whitelist_externals = echo -basepython = python3.8 +allowlist_externals = echo +basepython = python3 deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html @@ -56,7 +56,7 @@ commands = [testenv:docs-linkcheck] skipsdist = true -basepython = python3.8 +basepython = python3 deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck