Python 3.4 support is removed

Change-Id: Ic638d49b1ebb4df74fb0baeaa4e61754c2e6405f
This commit is contained in:
kavithahr 2017-03-08 12:36:40 +05:30
parent d0f5aed405
commit 1f06cf66d5
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
[tox] [tox]
minversion = 1.6 minversion = 1.6
skipsdist = True skipsdist = True
envlist = py34,py35,py27,pep8 envlist = py35,py27,pep8
[testenv] [testenv]
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}