Merge "bump py37 to py38 in tox.ini"

This commit is contained in:
Zuul 2020-11-02 11:02:17 +00:00 committed by Gerrit Code Review
commit 089b176fd2
1 changed files with 3 additions and 3 deletions

View File

@ -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}