X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=5ad70afc042da7c567145de38ffbdc7f74b5cc59;hb=5229119cf0fee426b2d14af3887b6fe4f78318a6;hp=5be820dff7866a8bc8ae9cb034008563f1af5af1;hpb=5c00dc9e61bd13c3f5a97ce5e821512553560043;p=pti%2Fo2.git diff --git a/tox.ini b/tox.ini index 5be820d..5ad70af 100644 --- a/tox.ini +++ b/tox.ini @@ -11,8 +11,8 @@ skipsdist = True [testenv] basepython = - code: python3.8 - flake8: python3.8 + code: python3 + flake8: python3 setenv = VIRTUAL_ENV={envdir} @@ -63,3 +63,6 @@ basepython = python3 deps = -r{toxinidir}/docs/requirements-docs.txt commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck + +[flake8] +extend-ignore = E231,F401