X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=tox.ini;h=760b7a38ede516c0abdf36808c264e4ab004950e;hb=584d75571c8035f21051d26d3a020e8eb1ae89a0;hp=4a319cbaaaa85ce7a27c8ba108db167a5c89b75e;hpb=c3a5bf286bf7e4b873c0df661c1ef2c22f5c8c59;p=ric-plt%2Fa1.git diff --git a/tox.ini b/tox.ini index 4a319cb..760b7a3 100644 --- a/tox.ini +++ b/tox.ini @@ -25,7 +25,7 @@ minversion = 2.0 testpaths = tests [testenv:code] -basepython = python3.8 +basepython = python3 deps= pytest coverage @@ -44,7 +44,7 @@ commands = coverage xml -i [testenv:flake8] -basepython = python3.8 +basepython = python3 skip_install = true deps = flake8 commands = flake8 setup.py a1 tests