diff options
author | Hansen, Tony (th1395) <th1395@att.com> | 2021-02-19 17:59:47 +0000 |
---|---|---|
committer | Hansen, Tony (th1395) <th1395@att.com> | 2021-02-19 18:00:03 +0000 |
commit | 843f69f18c41be97341c83231a1a01ed4385cdd1 (patch) | |
tree | 7b3871c1964d848792375cfd8df3124bb582fb5b | |
parent | 519716972ef4d2094667b198ade27cd773cf2ac1 (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-- | .gitignore | 1 | ||||
-rw-r--r-- | tox.ini | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -5,3 +5,4 @@ coverage*.start .coverage htmlcov *.egg-info +coverage.xml @@ -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] |