bump py37 to py38 in tox.ini

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

Change-Id: I6154d143e0cd0616ba27b6ae8b35fbbf88a70e4a
This commit is contained in:
zhangchun 2020-09-20 13:54:52 +00:00 committed by Martin Chacon Piza
parent 13110e6c24
commit 1b2ee4e5b6
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