From 07ad860d0748ee10e5d85f3fef2f18ae79a7a5b7 Mon Sep 17 00:00:00 2001 From: lijunbo Date: Thu, 23 Mar 2017 16:01:55 +0800 Subject: [PATCH] Remove references to Python 3.4 Now that there exists only a gate job for Python 3.5 and not 3.4, we should remove those references to the 3.4 that is untested. Change-Id: I8853fadc29823b16fb4b620648636d658ec38d8d --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 1cd94543..7bb99f25 100644 --- a/setup.cfg +++ b/setup.cfg @@ -19,7 +19,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 f3330190..bc120a5b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py35,py34,py27,pep8 +envlist = py35,py27,pep8 minversion = 1.6 skipsdist = True