From 9322daa211cdbc6742283f9543467369a8cae03d Mon Sep 17 00:00:00 2001 From: yfzhao Date: Thu, 20 Apr 2017 10:29:41 +0800 Subject: [PATCH] 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 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 35a4c92..e0c8980 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = diff --git a/tox.ini b/tox.ini index c88612f..9f9add7 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py27dj18,pep8 +envlist = py35,py27,py27dj18,pep8 minversion = 1.6 skipsdist = True