Merge "Add py38 test"

This commit is contained in:
Zuul 2020-11-16 05:20:57 +00:00 committed by Gerrit Code Review
commit e0f23c881e
2 changed files with 2 additions and 1 deletions

View File

@ -17,5 +17,6 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: Implementation :: CPython

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37,pep8
envlist = py38,pep8
ignore_basepython_conflict = true
minversion = 3.1.0
skipsdist = True