Remove support for py34

We support py35 now.So it is no need to keep the supoort for py34.

Change-Id: I678632b69b95e47933682f33f277ddff8926d2a7
see:https://review.openstack.org/#/c/349069/
This commit is contained in:
lingyongxu
2017-03-28 10:01:40 +08:00
parent 5a7e8aaea9
commit b9cd45bb03
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
skipsdist = True
[testenv]