From 82711390e2fa81f35aea5a59ca446658ed631a2a Mon Sep 17 00:00:00 2001 From: kavithahr Date: Tue, 7 Mar 2017 18:05:25 +0530 Subject: [PATCH] The python 3.5 added The python 3.5 was missing so i have added Change-Id: I38c36cf0dfb05d58bc50102187582650af38863c --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index dc71f29..b0dbecb 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.4 - + Programming Language :: Python :: 3.5 [files] packages = instack diff --git a/tox.ini b/tox.ini index 2c3c044..ec262b9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pep8 +envlist = py35,py34,py27,pep8 skipsdist = True [testenv]