Add python 3.5 in classifier and envlist

Now we can support py35 in classifier,and add the convenience
py35 env.

Change-Id: I19b472fba78491266d73f4e7588482616e100fd2
This commit is contained in:
iswarya_vakati 2017-06-27 15:43:49 +05:30
parent f99bcca1c1
commit fe7ca77a47
2 changed files with 2 additions and 1 deletions

View File

@ -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 =

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py27,pep8
envlist = py35,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}