From 8c3a850803b26fdb60b0ad1e9192d4f1ccac1b3f Mon Sep 17 00:00:00 2001
From: Arundhati Surpur <arundhati@nectechnologies.in>
Date: Thu, 29 Jun 2017 14:18:23 +0530
Subject: [PATCH] The python 3.5 is added

In setup.cfg file the python 3.4 support is removed and added 3.5
In tox.ini the python 3.5 is added

Change-Id: I0dd1992369bc7eef4d78876f34df76a74b5de843
---
 setup.cfg | 4 ++--
 tox.ini   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index df13b459..e7c71efe 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -17,7 +17,7 @@ classifier =
     Programming Language :: Python :: 2.7
     Programming Language :: Python :: 3
     Programming Language :: Python :: 3.3
-    Programming Language :: Python :: 3.4
+    Programming Language :: Python :: 3.5
 
 [files]
 packages =
@@ -48,4 +48,4 @@ output_file = ovsdbapp/locale/ovsdbapp.pot
 [build_releasenotes]
 all_files = 1
 build-dir = releasenotes/build
-source-dir = releasenotes/source
\ No newline at end of file
+source-dir = releasenotes/source
diff --git a/tox.ini b/tox.ini
index dfed0a59..0f094b9b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
 [tox]
 minversion = 2.0
-envlist = py34,py27,pypy,pep8
+envlist = py35,py27,pypy,pep8
 skipsdist = True
 
 [testenv]