From 7469f3da101c3d1c8ca294f29acc5ba22ef2fb20 Mon Sep 17 00:00:00 2001 From: wangqi Date: Mon, 28 May 2018 07:22:43 +0000 Subject: [PATCH] Drop py34 target in tox.ini We support py35 now.so it is no need to keep the supoort for py34. Change-Id: I3dbc5d63c0a4ad5ae9860983cf4d06fb91f1a151 --- setup.cfg | 1 - tox.ini | 1 - 2 files changed, 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 15f30c5d0..6c91c5115 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,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 Topic :: Software Development :: Libraries Topic :: System :: Distributed Computing diff --git a/tox.ini b/tox.ini index 9ae3a7ecf..fb7138410 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,6 @@ envlist = docs, pep8, py27, - py34, py35, pylint, update-states