From: SANDEEP KUMAR JAISAWAL Date: Tue, 22 Nov 2022 04:36:14 +0000 (+0530) Subject: Changing python version for ci test build X-Git-Tag: 1.0.0~20 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F9745%2F1;p=aiml-fw%2Fawmf%2Ftm.git Changing python version for ci test build Issue-id: AIMLWF-5 Signed-off-by: SANDEEP KUMAR JAISAWAL Change-Id: I5dfffb9ad050757bfb5c4927b280a70569267cbb --- diff --git a/tox.ini b/tox.ini index 0e9572f..10662af 100644 --- a/tox.ini +++ b/tox.ini @@ -21,7 +21,7 @@ skipsdist = true # basic test and coverage job [testenv:code] -basepython = python3.7 +basepython = python3.8 deps= pytest coverage