bump py37 to py38 in tox.ini

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

Change-Id: I255addda0c344ad24335a709b2ab9ad6964b5c35
This commit is contained in:
zhangchun 2020-09-20 13:38:20 +00:00 committed by Martin Chacon Piza
parent 39abe6cdc8
commit 344c62671a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37,pep8,cover
envlist = py38,pep8,cover
minversion = 2.7
skipsdist = True