summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkavithahr <kavitha.r@nectechnologies.in>2017-03-08 14:53:51 +0530
committerkavithahr <kavitha.r@nectechnologies.in>2017-03-08 14:55:12 +0530
commit0198bb69273c485ca2a83c71e09dcc9f2c55bafc (patch)
tree0c439396751b0a6bb7099bb330f26a8ad3066cc6
parentc93beacac0eaf1b83f5c9b1cb06670e8470cf02c (diff)
downloadpython-saharaclient-0198bb69273c485ca2a83c71e09dcc9f2c55bafc.tar.gz
PYthon 3.5 is added
Python 3.5 was missing in setup.cfg and tox.ini, hence removed 3.4 and added 3.5. Change-Id: I99ec9e51cfbed80697562bfaa299605996ec86e6
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 9523624..2adf16f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,7 +17,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
[global]
setup-hooks = pbr.hooks.setup_hook
diff --git a/tox.ini b/tox.ini
index a9fd5bf..debe028 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py34,pypy,pep8,releasenotes
+envlist = py27,py35,pypy,pep8,releasenotes
minversion = 2.0
skipsdist = True