From 2be93bd1a750a63cbf8ef649f26e9ac0d3504ff5 Mon Sep 17 00:00:00 2001 From: Arundhati Surpur Date: Thu, 29 Jun 2017 14:49:17 +0530 Subject: [PATCH] Add python 3.5 in envlist In setup.cfg file the python 3.5 is added In tox.ini the python 3.5 is added Change-Id: Ie7ce5e5457258a3a92af066e7ba774366835f39f --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 57db65f..f497f4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,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 4a87ee1..d08376c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py34,py27,pep8 +envlist = py35,py27,pep8 minversion = 2.0 skipsdist = True