aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHansen, Tony (th1395) <th1395@att.com>2021-02-19 17:59:47 +0000
committerHansen, Tony (th1395) <th1395@att.com>2021-02-19 18:00:03 +0000
commit843f69f18c41be97341c83231a1a01ed4385cdd1 (patch)
tree7b3871c1964d848792375cfd8df3124bb582fb5b
parent519716972ef4d2094667b198ade27cd773cf2ac1 (diff)
temporarily remove py37,py38 from unittests2.0.4
Change-Id: I99451b39a21463411f15e6e5b4a7a1db841ba15a Signed-off-by: Hansen, Tony (th1395) <th1395@att.com> Issue-ID: DCAEGEN2-2494
-rw-r--r--.gitignore1
-rw-r--r--tox.ini3
2 files changed, 3 insertions, 1 deletions
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]