From d7777b9bbc9bbbc4f8e57e54757d370302f30767 Mon Sep 17 00:00:00 2001 From: liusheng Date: Thu, 9 Feb 2017 10:23:55 +0800 Subject: [PATCH] Remove support for py34 The gating on python 3.4 is restricted to <= Mitaka. This is due to the change from Ubuntu Trusty to Xenial, where only python3.5 is available. There is no need to continue to keep these settings. Change-Id: Ic7ebd51a9a6eb21e9b695a873772a7bc476709e5 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index c00ce169c2..d8a4a1cdaa 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 Topic :: System :: Monitoring diff --git a/tox.ini b/tox.ini index 1e68ae8c22..9abbb85790 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.8 skipsdist = True -envlist = py{34,27,35},{debug,py,py34,py27,py35}-{mongodb,mysql,postgresql,functional},pep8 +envlist = py{27,35},{debug,py,py27,py35}-{mongodb,mysql,postgresql,functional},pep8 [testenv] deps = .[mongo,mysql,postgresql,gnocchi]