diff --git a/.zuul.yaml b/.zuul.yaml index 7ddfbe796a..dd6494192d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -32,24 +32,6 @@ parent: swift-tox-py27 nodeset: centos-7 -- job: - name: swift-tox-py35 - parent: swift-tox-base - nodeset: ubuntu-xenial - description: | - Run unit-tests for swift under cPython version 3.5. - - Uses tox with the ``py35`` environment. - It sets TMPDIR to an XFS mount point created via - tools/test-setup.sh. - vars: - tox_envlist: py35 - bindep_profile: test py35 - tox_environment: - NOSE_COVER_HTML: 1 - NOSE_COVER_HTML_DIR: '{toxinidir}/cover' - post-run: tools/playbooks/common/cover-post.yaml - - job: name: swift-tox-py36 parent: swift-tox-base @@ -323,11 +305,6 @@ irrelevant-files: - ^(api-ref|doc|releasenotes)/.*$ - ^test/(functional|probe)/.*$ - - swift-tox-py35: - irrelevant-files: - - ^(api-ref|doc|releasenotes)/.*$ - - ^test/(functional|probe)/.*$ - voting: false - swift-tox-py36: irrelevant-files: - ^(api-ref|doc|releasenotes)/.*$ diff --git a/tox.ini b/tox.ini index 5930733b2d..05f64112d6 100644 --- a/tox.ini +++ b/tox.ini @@ -103,9 +103,6 @@ commands = [testenv:py36] commands = {[testenv:py37]commands} -[testenv:py35] -commands = {[testenv:py37]commands} - [testenv:pep8] basepython = python2.7 commands =

AltStyle によって変換されたページ (->オリジナル) /