diff options
Diffstat (limited to 'docs/tox.ini')
-rw-r--r-- | docs/tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tox.ini b/docs/tox.ini index c18c28d..ce496c2 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -4,7 +4,7 @@ envlist = docs,docs-linkcheck skipsdist = true [testenv:docs] -basepython = python3 +basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt?h=master @@ -16,7 +16,7 @@ allowlist_externals = echo [testenv:docs-linkcheck] -basepython = python3 +basepython = python3.8 deps = -r{toxinidir}/requirements-docs.txt -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt?h=master |