From 928d45861b601b1d3459f45628f713b542ce2a9a Mon Sep 17 00:00:00 2001 From: Nguyen Van Trung Date: Mon, 29 Jan 2018 10:15:04 +0700 Subject: [PATCH] Drop py34 target in tox.ini We support py35 now.so it is no need to keep the supoort for py34. Change-Id: I7f1ff8a12e11441a6a64914bbbe0e5465e89c344 --- setup.cfg | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5b09d5a2..66e4f8fa 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 [files] diff --git a/tox.ini b/tox.ini index f8b0ca35..9012070b 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 2.0 skipsdist = True -envlist = py{35,34,27},pep8,pypy +envlist = py{35,27},pep8,pypy [testenv] usedevelop = True