summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkavithahr <kavitha.r@nectechnologies.in>2017-03-07 17:52:29 +0530
committerkavitha h r <kavitha.r@nectechnologies.in>2017-03-07 13:24:54 +0000
commit4e24faa2cf3076e141ae4c78e90d455b232da1f2 (patch)
tree9587f9e7b7d458076ad88836e24fde84d8ab0304
parenta0f213f68fb038a7db73115bfb6a6ce99db17084 (diff)
downloaddjango_openstack_auth-4e24faa2cf3076e141ae4c78e90d455b232da1f2.tar.gz
The python 3.5 added
The python 3.5 as missing so i have added. Change-Id: Ieaa2c7151167ea71f02ec1dd9d72b96618af5917
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 1 deletions
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