Add py36 to classifier and update tox version

Change-Id: Ia84a072fc2804e77367ee09ed3097e088feb4f6c
This commit is contained in:
zhurong 2019-01-05 12:16:09 +08:00
parent c49bf1e936
commit 0d0e9faa45
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[files]
packages =

View File

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