From e62fff1ef504fc6bd63f5d62334386bf612b2fde Mon Sep 17 00:00:00 2001 From: wangqi Date: Wed, 18 Apr 2018 10:01:43 +0000 Subject: [PATCH] Drop py34 and py33 target in tox.ini We support py35 now.so it is no need to keep the supoort for py34 and py33. Change-Id: I7e09988f7b08fe978383029619da0a82cbfa4203 --- setup.cfg | 2 -- tox.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 62f9458..deaf85b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,8 +16,6 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 - Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 Topic :: System :: Monitoring diff --git a/tox.ini b/tox.ini index e739885..ebe5a20 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34,py27,pypy,pep8 +envlist = py27,pypy,pep8 skipsdist = True [testenv]