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
This commit is contained in:
Arundhati Surpur 2017-06-29 14:18:23 +05:30 committed by Terry Wilson
parent 4e7190d1f0
commit 8c3a850803
2 changed files with 3 additions and 3 deletions

View File

@ -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
source-dir = releasenotes/source

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py34,py27,pypy,pep8
envlist = py35,py27,pypy,pep8
skipsdist = True
[testenv]