Merge "Remove references to Python 3.4"

This commit is contained in:
Jenkins 2017-02-23 12:43:40 +00:00 committed by Gerrit Code Review
commit 0d0859573d

12
tox.ini
View File

@ -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}