From 843f69f18c41be97341c83231a1a01ed4385cdd1 Mon Sep 17 00:00:00 2001 From: "Hansen, Tony (th1395)" Date: Fri, 19 Feb 2021 17:59:47 +0000 Subject: temporarily remove py37,py38 from unittests Change-Id: I99451b39a21463411f15e6e5b4a7a1db841ba15a Signed-off-by: Hansen, Tony (th1395) Issue-ID: DCAEGEN2-2494 --- .gitignore | 1 + tox.ini | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c85d7f5..2b62c72 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ coverage*.start .coverage htmlcov *.egg-info +coverage.xml diff --git a/tox.ini b/tox.ini index 9013c37..3e356ea 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,7 @@ # content of: tox.ini , put in same dir as setup.py [tox] -envlist = py36,py37,py38,py39 +envlist = py36 +# envlist = py36,py37,py38,py39 skip_missing_interpreters = true [testenv] -- cgit 1.2.3-korg