summaryrefslogtreecommitdiff
path: root/tox.ini
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 /tox.ini
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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