From 4e24faa2cf3076e141ae4c78e90d455b232da1f2 Mon Sep 17 00:00:00 2001 From: kavithahr Date: Tue, 7 Mar 2017 17:52:29 +0530 Subject: [PATCH] The python 3.5 added The python 3.5 as missing so i have added. Change-Id: Ieaa2c7151167ea71f02ec1dd9d72b96618af5917 --- setup.cfg | 1 + tox.ini | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a4c0ee7..e7fd682 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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] diff --git a/tox.ini b/tox.ini index c42e787..b48b771 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py27,py27dj18,pep8,py34 +envlist = py27,py27dj18,pep8,py35 [testenv] usedevelop = True