From c3433644b25cc43e893c73e2d3f8a6069db11cbf Mon Sep 17 00:00:00 2001 From: kavithahr Date: Tue, 7 Mar 2017 17:59:33 +0530 Subject: [PATCH] The python 3.4 support is removed Change-Id: I3ef8f463539ada48c9e94a0c4e37915ee892f687 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index d24e300..3e004cf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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] diff --git a/tox.ini b/tox.ini index abc988f..a31062b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py34,py27,pypy,pep8 +envlist = py35,py27,pypy,pep8 skipsdist = True [testenv]