From fcd6f1e0b887cbab6bab3bbe24ece1a2350404a7 Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Thu, 20 Jul 2017 17:07:56 +0530 Subject: [PATCH] Removed older version of python added 3.5 In setup.cfg file the python 3.5 is added In tox.ini the python 3.5 is added Change-Id: Ie2571e8778533e7f7601293ee2cfdac4acf8780e --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 83c30a3d..41c29a13 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,7 +15,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 b9d1c987..c29c1cda 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]