Python 3.5 is added

In setup.cfg and tox.ini python 3.5 is added.

Change-Id: I90b2fe4eb062262825ed88d362c86563630740c4
This commit is contained in:
kavithahr 2017-03-08 12:15:04 +05:30 committed by kavitha h r
parent 0ff3ab0590
commit 0fa29843f6
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
[testenv]
setenv =