From 3b009a363e04a7b5817934e4daed028779c1e833 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Mon, 9 Jan 2017 10:00:33 -0800 Subject: [PATCH] Remove references to Python 3.4 Now that there exists only a gate job for Python 3.5 and not 3.4, we should remove those references to the 3.4 that is untested. Change-Id: I4716c12a29427d2d101eb5527eb08096c147f333 --- tox.ini | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tox.ini b/tox.ini index e19dd4048da0..104db1ea3dec 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py{35,34,27},functional,pep8,pip-missing-reqs +envlist = py{35,27},functional,pep8,pip-missing-reqs skipsdist = True [testenv] @@ -16,8 +16,8 @@ setenv = VIRTUAL_ENV={envdir} LANGUAGE=en_US LC_ALL=en_US.utf-8 deps = -r{toxinidir}/test-requirements.txt -# NOTE(mriedem): If py34 fails with "db type could not be determined", delete -# .testrepository and try again. Running py34 before py27 is OK, but not the +# NOTE(mriedem): If py35 fails with "db type could not be determined", delete +# .testrepository and try again. Running py35 before py27 is OK, but not the # other way around. See: https://bugs.launchpad.net/testrepository/+bug/1212909 commands = find . -type f -name "*.pyc" -delete @@ -31,12 +31,6 @@ commands = bash tools/pretty_tox.sh '{posargs}' env TEST_OSPROFILER=1 bash tools/pretty_tox.sh 'nova.tests.unit.test_profiler' -[testenv:py34] -commands = - {[testenv]commands} - bash tools/pretty_tox3.sh '{posargs}' - env TEST_OSPROFILER=1 bash tools/pretty_tox.sh 'nova.tests.unit.test_profiler' - [testenv:py35] commands = {[testenv]commands}