bump py37 to py38 in tox.ini

in 'victoria' cycle, we should test py38 by default.
Trivial change

Change-Id: Iaabf93603e41decbdc8350df7f76a2491c0f7813
This commit is contained in:
zhangchun 2020-09-20 13:41:09 +00:00 committed by Martin Chacon Piza
parent e4861ac15b
commit fd7c3bf707
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
@ -34,8 +34,8 @@ commands =
{[testenv]commands}
stestr run --blacklist-file {env:BLACKLIST_FILE} {posargs}
[testenv:py37]
basepython = python3.7
[testenv:py38]
basepython = python3.8
setenv =
{[testenv]setenv}
BLACKLIST_FILE={toxinidir}/test-blacklist-py3.txt