From 4a43982658de98b3a144b97210eebd6990498488 Mon Sep 17 00:00:00 2001 From: Carl caihui Date: Wed, 3 Nov 2021 10:17:46 +0000 Subject: [PATCH] Add python3.9 in tox.ini Add python3.9 UT job for CI Change-Id: Ib5f202870200fb4e22d4184fac583264c836b457 --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 054cd511..9bf7b85d 100644 --- a/tox.ini +++ b/tox.ini @@ -48,6 +48,9 @@ norecursedirs = .tox .venv [testenv:venv] commands = {posargs} +[testenv:py39] +basepython = python3.9 + [testenv:py38] basepython = python3.8