Merge "The python 3.5 is added"

This commit is contained in:
Jenkins 2017-06-30 14:51:49 +00:00 committed by Gerrit Code Review
commit 9faeb2fdbf
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]