From eeda83d507ee7d0d458b870de2e73d782834ea10 Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Wed, 19 Jul 2017 16:37:06 +0530 Subject: [PATCH] Removed the older version of python and added 3.5 In setup.cfg file the python 3.4 support is removed and added 3.5 In tox.ini the python 3.5 is added Change-Id: I90e0e6895d553ecfbd26dc738d106d797d384c83 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7685cdf..3030650 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ classifier = Programming Language :: Python :: 2.7 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 889c383..901f483 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34,py27,pypy,pep8 +envlist = py35,py27,pypy,pep8 skipsdist = True [testenv]