From bf70642e4a6295c051c4e9f61d0228154f92f80a Mon Sep 17 00:00:00 2001 From: Kiran_totad Date: Tue, 7 Mar 2017 15:24:10 +0530 Subject: [PATCH] Replaced python 3.4 to 3.5 Change-Id: I8d053713a13556d875b57b0d6f001db0ca24f510 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c91bdca..15565c1 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 f100b39..98e3470 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]