Stop testing python2.7

Change-Id: Id43084263d7cca60af0458bb609c12298263b7bf
This commit is contained in:
zhangboye 2019-10-28 14:43:56 +08:00
parent c510488c6e
commit 4f4dc57e45
2 changed files with 1 additions and 3 deletions

View File

@ -17,8 +17,6 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7

View File

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