From ecec74222fb7825f5ed66de36b50f370180d4a0c Mon Sep 17 00:00:00 2001 From: "Hansen, Tony (th1395)" Date: Tue, 23 Aug 2022 15:21:27 +0000 Subject: enable py37,py38 in addition to py39 in the tox.ini file onap-gerrit-review: -changelog-or-release-file-missing Change-Id: Icf45dca1a38060a951b4a27135690d5ed1b3cfae Signed-off-by: Hansen, Tony (th1395) Issue-ID: DCAEGEN2-2634 Signed-off-by: Hansen, Tony (th1395) --- tox.ini | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index b426e30..3a26ab0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,9 +1,7 @@ # content of: tox.ini , put in same dir as setup.py [tox] -# envlist = py36 -# envlist = py36,py37,py38,py39 -envlist = py39 -# skip_missing_interpreters = true +envlist = py37,py38,py39 +skip_missing_interpreters = true # isolated_build = True [testenv] @@ -17,7 +15,7 @@ setenv = PYTHONPATH={toxinidir}/snmptrap:{toxinidir}/snmptrap/mod:{toxinidir}/tests CBS_SIM_JSON={toxinidir}/etc/snmptrapd.json -# recreate = True +recreate = True commands= pytest --cov snmptrap --cov-report=xml --cov-report=html --cov-report=term tests --verbose --verbose --verbose -- cgit 1.2.3-korg