aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2022-08-23 15:21:27 +0000
committerHansen, Tony (th1395) <th1395@att.com>2022-09-06 14:52:13 +0000
commitecec74222fb7825f5ed66de36b50f370180d4a0c (patch)
treefc60a0f3524bb1723fb3d5899c29c23e4ffdd181
parent4b6b34642374103b8ccf938eb9e970232bfb63ae (diff)
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) <th1395@att.com> Issue-ID: DCAEGEN2-2634 Signed-off-by: Hansen, Tony (th1395) <th1395@att.com>
-rw-r--r--tox.ini8
1 files 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