From fe7ca77a472e96d580feb7c8c6373e60766a1333 Mon Sep 17 00:00:00 2001 From: iswarya_vakati Date: Tue, 27 Jun 2017 15:43:49 +0530 Subject: [PATCH] Add python 3.5 in classifier and envlist Now we can support py35 in classifier,and add the convenience py35 env. Change-Id: I19b472fba78491266d73f4e7588482616e100fd2 --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bb0f2ba..a335c53 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,7 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 + Programming Language :: Python :: 3.5 [global] setup-hooks = diff --git a/tox.ini b/tox.ini index fbf6dfb..6580bc8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py27,pep8 +envlist = py35,py27,pep8 [testenv] setenv = VIRTUAL_ENV={envdir}