Python 3.5 is added

In setup.cfg and tox.ini the python 3.5 was missing,
hence added.

Change-Id: Ibabcb898916738a4b05c502b8f54539e2b770bbf
This commit is contained in:
kavithahr 2017-03-08 14:31:24 +05:30 committed by kavitha h r
parent 8dcafbad66
commit a209066441
2 changed files with 2 additions and 2 deletions

View File

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

View File

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