From 963e2a0fd1c173556a2c40915ad26db28d8375a6 Mon Sep 17 00:00:00 2001 From: Li Wei Date: Tue, 16 Aug 2016 19:04:35 +0800 Subject: [PATCH] Add python 3.5 in classifier and envlist Now we can support py35 in classifier,and add the convenience py35 env. Change-Id: I98ac5543d995dca021fc3aff3993dc07fb2c4b7a --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 81784d6b..c20aa0dd 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 [files] packages = diff --git a/tox.ini b/tox.ini index 1cb46e59..986aaeec 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pep8 +envlist = py35,py27,pep8 skipsdist = True [testenv]