Add py37 in tox.ini and setup.cfg file

Change-Id: I4de2134c2505f8c6c4255e489f18fa31c915ef25
This commit is contained in:
pengyuesheng 2019-06-26 13:50:17 +08:00
parent d1d36ca9ca
commit 31ee1007cd
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Topic :: Internet :: WWW/HTTP
[global]

View File

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