From 1eb015727156b2e82e2a821b234776a0b5615351 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 9 Jan 2017 10:02:45 -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: I03caf829a7b1a07345bb29f07629c575fdab22a9 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index fa8b58a..7d2a4c3 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 :: Security diff --git a/tox.ini b/tox.ini index d496c6e..8aa6c24 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = pypy,py35,py34,py27,pep8,docs +envlist = pypy,py35,py27,pep8,docs skipsdist = True [testenv]