diff --git a/tox.ini b/tox.ini index 31b5e302c2d9..614461d37d35 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}