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
This commit is contained in:
kavithahr 2017-03-08 14:53:51 +05:30
parent c93beacac0
commit 0198bb6927
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

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