Merge "bump py37 to py38 in tox.ini"

This commit is contained in:
Zuul 2020-09-19 14:18:09 +00:00 committed by Gerrit Code Review
commit c587fc063d
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[entry_points]
oslo.config.opts =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.3.1
envlist = py37,pep8
envlist = py38,pep8
skipsdist = True
[testenv]