From 0198bb69273c485ca2a83c71e09dcc9f2c55bafc Mon Sep 17 00:00:00 2001 From: kavithahr Date: Wed, 8 Mar 2017 14:53:51 +0530 Subject: [PATCH] PYthon 3.5 is added Python 3.5 was missing in setup.cfg and tox.ini, hence removed 3.4 and added 3.5. Change-Id: I99ec9e51cfbed80697562bfaa299605996ec86e6 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 95236244..2adf16fb 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 [global] setup-hooks = pbr.hooks.setup_hook diff --git a/tox.ini b/tox.ini index a9fd5bf8..debe028b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,pypy,pep8,releasenotes +envlist = py27,py35,pypy,pep8,releasenotes minversion = 2.0 skipsdist = True