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
This commit is contained in:
Eric Brown 2017-01-05 15:21:49 -08:00
parent 49b3082e18
commit a2a06d0531
2 changed files with 3 additions and 4 deletions

View File

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

View File

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