From 527eb9baa385940a6c24e8347ad7fc5ed73ea7a7 Mon Sep 17 00:00:00 2001 From: prameswar Date: Wed, 8 Feb 2017 17:23:22 +0000 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: Iac91bb17714af88a62bdd93a8803da782776cc33 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index fce026f63..960c64e15 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 0292125ca..643c6c731 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34,py27,pep8 +envlist = py35,py27,pep8 skipsdist = True [testenv]