From be7a60200b7411100aa32763d2ab19f4d7044dd1 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 9 Feb 2017 11:12:56 +0800 Subject: [PATCH] Remove py34 env from tox The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from ubuntu Trusty to Xenial, where only python 3.5 is available. There's no need to continue to keep it. Change-Id: Ia254a7b9e143cf8e5e9d39e3594b8d3a4ce507a4 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index feec208a..435b31e6 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 b9ee34fb..59c6c5f4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.8 skipsdist = True -envlist = py35,py34,py27,pep8 +envlist = py35,py27,pep8 [testenv] usedevelop = True