Add python 3.7 classifier to setup.cfg

Change-Id: I9da335c8f7f186aa2bb8c7f4d30febafb0ec0649
This commit is contained in:
pengyuesheng
2019-06-13 09:22:18 +08:00
parent a3e18a120b
commit 0c623ef90c
2 changed files with 2 additions and 1 deletions

View File

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

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py27,py36,pypy,pep8
envlist = py27,py36,py37,pypy,pep8
skipsdist = True
[testenv]