Drop py34 target in tox.ini

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

Change-Id: Ie76e897bea3c184410e2b151fbe978d93bc21624
This commit is contained in:
lingyongxu 2017-06-07 17:42:16 +08:00
parent 6d5e87a183
commit b27127fd09
2 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,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
[global]

View File

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