From 804c5488fe6b57fb484ea98ba0211f7fa8429cee Mon Sep 17 00:00:00 2001 From: Shu Yingya Date: Mon, 25 Jul 2016 12:06:27 +0800 Subject: [PATCH] Add Python 3.5 classifier and venv 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 py34 venv. Change-Id: I75cae6b3a810a955b4d81dcda9c9bf920f9e6bd7 --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5bfd8918..a8310608 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 8ccc52aa..49e54caf 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py27,pep8,py27dj18 +envlist = py35,py34,py27,pep8,py27dj18 skipsdist = True [testenv]