From e99ba138818e8827d7e229dc9b169e280f1bab21 Mon Sep 17 00:00:00 2001 From: lingyongxu Date: Wed, 29 Mar 2017 08:33:09 +0800 Subject: [PATCH] Drop py34 target in tox.ini We do not have python 3.4 in setup.cfg which declares the explicit supported versions and we support py35 now.so it is no need to keep the supoort for py34. Change-Id: Idbf148074438ef058dbcbff0b97ce27fcf1663ca --- tox.ini | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/tox.ini b/tox.ini index bb118fe2..7f2a11a8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{35,34,27},pep8,pylint,docs +envlist = py{35,27},pep8,pylint,docs skipsdist = True [testenv] @@ -46,17 +46,6 @@ commands = rm -f .coverage rm -rf .testrepository -[testenv:py34] -basepython = python3.4 -setenv = - OS_TEST_PATH = ./freezer/tests/unit -commands = - find . -type f -name "*.pyc" -delete - python setup.py testr --coverage --testr-args="{posargs}" - coverage report -m - rm -f .coverage - rm -rf .testrepository - [testenv:py35] basepython = python3.5 setenv =