From 87c55e468cc1f9779e140651bf4c1696a03af3a1 Mon Sep 17 00:00:00 2001 From: gengchc2 Date: Thu, 1 Sep 2016 18:02:27 +0800 Subject: [PATCH] Add Python 3.5 classifier and venv for iotronic Now that there is a passing gate job, we can claim support for Python 3.5 in the classifier. This patch also adds the convenience py35 venv. Change-Id: I87c806ee2219f42972e5bfef23f3a6504a38aaf0 --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 3f540f4..19bacad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,6 +18,7 @@ classifier = Programming Language :: Python :: 3 Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 [files] packages = diff --git a/tox.ini b/tox.ini index adec1bb..bc6f388 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34,py27,pypy,pep8 +envlist = py35,py34,py27,pypy,pep8 skipsdist = True [testenv]