From a2a06d05310ab9bd8d0360a59f769563a1393e03 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Thu, 5 Jan 2017 15:21:49 -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: Ia017d1199f8ca31808680b91c708823711127659 --- setup.cfg | 1 - tox.ini | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.cfg b/setup.cfg index cfce8c986..ecf74b2e1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -16,7 +16,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 6c0a00611..6e0749a9c 100644 --- a/tox.ini +++ b/tox.ini @@ -71,15 +71,15 @@ passenv = KSTEST_USER_DOMAIN_ID KSTEST_PROJECT_ID -[testenv:debug-py34] -basepython = python3.4 +[testenv:debug-py35] +basepython = python3.5 commands = # Cleanup *pyc find keystone -type f -name "*.pyc" -delete oslo_debug_helper {posargs} [testenv:functional] -basepython = python3.4 +basepython = python3.5 deps = -r{toxinidir}/test-requirements.txt setenv = OS_TEST_PATH=./keystone/tests/functional commands =