From 0d0e9faa45e608cc021cc6a9e7be10f0be7a0e8e Mon Sep 17 00:00:00 2001 From: zhurong Date: Sat, 5 Jan 2019 12:16:09 +0800 Subject: [PATCH] Add py36 to classifier and update tox version Change-Id: Ia84a072fc2804e77367ee09ed3097e088feb4f6c --- setup.cfg | 2 ++ tox.ini | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0398f5e5..7bc9d7fa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = diff --git a/tox.ini b/tox.ini index bfd45c66..a3d161d6 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] envlist = py35,py27,pep8 -minversion = 1.6 +minversion = 2.0 skipsdist = True [testenv]