Drop py34 target in tox.ini and setup.cfg

We support py35 now. We do not have python 3.4 in setup.cfg which
declares the explicit supported versions. so it is no need to keep
 the supoort for py34.

Change-Id: Ic6315f1e9fde0588d56b91ab0ed2a6ae5c5f490a
This commit is contained in:
yfzhao 2017-04-20 10:29:41 +08:00
parent 583dda65ba
commit 9322daa211
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ 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,5 +1,5 @@
[tox]
envlist = py27,py27dj18,pep8
envlist = py35,py27,py27dj18,pep8
minversion = 1.6
skipsdist = True