The python 3.5 added

The python 3.5 as missing so i have added.

Change-Id: Ieaa2c7151167ea71f02ec1dd9d72b96618af5917
This commit is contained in:
kavithahr 2017-03-07 17:52:29 +05:30 committed by kavitha h r
parent a0f213f68f
commit 4e24faa2cf
2 changed files with 2 additions and 1 deletions

View File

@ -21,6 +21,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: Internet :: WWW/HTTP
[files]

View File

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