diff --git a/tox.ini b/tox.ini index 8e5dd276..8401fb1a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,pep8,cover +envlist = py38,pep8,cover minversion = 2.5 skipsdist = True @@ -29,8 +29,8 @@ commands = {[testenv]commands} stestr run {posargs} -[testenv:py37] -basepython = python3.7 +[testenv:py38] +basepython = python3.8 commands = {[testenv]commands} stestr run {posargs}