X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=tox.ini;h=bfcc6478bd2b5a7078cd0b81834f3cf82808b8b7;hb=5b582d6c144615002b5108f1d5cf94f1b70e6029;hp=d7290d331a551a51a432772d14f33fd81af7ff3b;hpb=f9cd5cc676355485c2d9c8bc2be22ddad4874382;p=ric-plt%2Fxapp-frame-py.git diff --git a/tox.ini b/tox.ini index d7290d3..bfcc647 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ envlist = code,flake8,docs,docs-linkcheck minversion = 2.0 [testenv:code] -basepython = python3.7 +basepython = python3.8 deps= pytest coverage @@ -34,7 +34,7 @@ commands = coverage xml -i [testenv:flake8] -basepython = python3.7 +basepython = python3.8 skip_install = true deps = flake8 commands = flake8 setup.py ricxappframe tests @@ -46,7 +46,7 @@ extend-ignore = E501,E741,E731 [testenv:docs] whitelist_externals = echo skipsdist = true -basepython = python3.7 +basepython = python3.8 deps = sphinx sphinx-rtd-theme @@ -59,7 +59,7 @@ commands = [testenv:docs-linkcheck] skipsdist = true -basepython = python3.7 +basepython = python3.8 deps = sphinx sphinx-rtd-theme sphinxcontrib-httpdomain