From efbd1b5974763fe4e9b9f2d3e33b96ae94f39d44 Mon Sep 17 00:00:00 2001 From: kavithahr Date: Wed, 8 Mar 2017 11:27:51 +0530 Subject: [PATCH] The Python 3.5 is added The Python 3.5 was missing in setup.cfg and tox.ini hence added that version. Change-Id: Ic1c24dc8604c5223efd82cab4f43c8b77ec3ca64 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4ce2b963..07ab2d13 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 [global] setup-hooks = diff --git a/tox.ini b/tox.ini index b6a1e590..9936394a 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]