From 341b5bb2347c30344662675936b90b325efe5520 Mon Sep 17 00:00:00 2001 From: Vijay Venkatesh Kumar Date: Thu, 17 Nov 2022 14:51:38 -0500 Subject: Heartbeat code refactoring code optimization & test improvement Issue-ID: DCAEGEN2-2953 Signed-off-by: Vijay Venkatesh Kumar Change-Id: I99229d966c13ad666ac994ab5a582aeeaa306639 Signed-off-by: Vijay Venkatesh Kumar --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 9dcf73f..ad59330 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,7 @@ # content of: tox.ini , put in same dir as setup.py [tox] -envlist = py38,py39 +envlist = py36,py38,py39 +skip_missing_interpreters = true [testenv] deps= -- cgit 1.2.3-korg