Drop py34 target in tox.ini

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

Change-Id: I856fb1d19bbc79436e637b2aff775339ddd9eecb
This commit is contained in:
lingyongxu 2017-06-07 17:17:53 +08:00
parent 103d5758f1
commit ec102b19a0
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]
packages =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py35,py34,py27,pep8
envlist = py35,py27,pep8
skipsdist = True
[testenv]