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:
parent
e4861ac15b
commit
fd7c3bf707
6
tox.ini
6
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user