From 08eff4f4d65327f9d0b30fc42f2f72b273fc0186 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 9 Jan 2017 10:05:36 -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: Iacd8ea7388a8e7c0c28b184a4b823a95aa04b987 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4a19295d..80a7b924 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,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 cb0ea4ed..9319d593 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 distribute = False -envlist = py35,py34,py27,pep8 +envlist = py35,py27,pep8 [testenv] setenv =