The Python 3.5 is added

The Python 3 and 3.5 was missing in setup.cfg and tox.ini
hence added that version.

Change-Id: I36b67a969f0521fb7bb638623eddc5d944642dfe
This commit is contained in:
kavithahr 2017-03-08 18:04:17 +05:30
parent 205c882646
commit 410865d358
2 changed files with 3 additions and 1 deletions

View File

@ -16,6 +16,8 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages =

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py27,pypy,pep8
envlist = py35,py27,pypy,pep8
minversion = 2.0
skipsdist = True