Merge "Update envlist and classifier"

This commit is contained in:
Zuul 2019-06-03 12:05:17 +00:00 committed by Gerrit Code Review
commit ad2d8ae2dd
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files] [files]
packages = packages =

View File

@ -1,6 +1,6 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
envlist = py{36,27,py},pep8,pip-check-reqs envlist = py{37,36,27},pep8,pip-check-reqs
skipsdist = True skipsdist = True
[testenv] [testenv]