Python 3.4 support has been removed

Change-Id: I298c905e96b9d7963a35ddcef03e4f84a25d9a23
This commit is contained in:
kavithahr 2017-03-07 17:44:37 +05:30
parent f7630fadb8
commit b92d5835b1
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,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py34,py27,pypy,pep8
envlist = py35,py27,pypy,pep8
[testenv]
setenv =