The Python 3.5 is added

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

Change-Id: I9e3d7b85d7a7db4dde27fc75820d38c366259c08
This commit is contained in:
kavithahr 2017-03-11 19:11:02 +05:30
parent 4e94b1e1c0
commit 2b4ab9276e
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ classifier =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Topic :: Internet :: WWW/HTTP
keywords =
horizon

View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py27dj18,pep8,py34,pylint
envlist = py27,py27dj18,pep8,py35,pylint
minversion = 1.6
skipsdist = True