Python 3.4 support is removed

In setup.cfg and tox.ini the python 3.4 is removed
beacuse python 3.5 is available.

Change-Id: Ic35ba9c960d9dee618c52ccb310bee9934ac424f
This commit is contained in:
kavithahr 2017-03-08 17:28:15 +05:30
parent 043d29c9f5
commit 2d98cee98a
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]

View File

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