Merge "Add python 3.7 classifier to setup.cfg"

This commit is contained in:
Zuul
2019-06-13 09:01:26 +00:00
committed by Gerrit Code Review
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 = py27,py36,pypy,pep8 envlist = py27,py36,py37,pypy,pep8
skipsdist = True skipsdist = True
[testenv] [testenv]