Remove python3.5 support

Also, use bionic node for ci.

Change-Id: Ia9cf9bf4726927a445ac3a5d9dfa86148d0691b5
This commit is contained in:
Shu Muto 2019-04-16 17:32:40 +09:00
parent 9e72bf4fa6
commit e25558891c
3 changed files with 2 additions and 10 deletions

View File

@ -5,8 +5,6 @@
post-run: playbooks/checkbuild/post.yaml post-run: playbooks/checkbuild/post.yaml
vars: vars:
tox_envlist: checkbuild tox_envlist: checkbuild
nodeset: ubuntu-xenial
- project: - project:
check: check:
jobs: jobs:

View File

@ -16,7 +16,7 @@ classifier =
Programming Language :: Python :: 2 Programming Language :: Python :: 2
Programming Language :: Python :: 2.7 Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.5 Programming Language :: Python :: 3.6
[files] [files]
packages = packages =

View File

@ -1,5 +1,5 @@
[tox] [tox]
envlist = pep8,py27-local,py35-local,py3-dj111-local,eslint,karma-local,docs-local,releasenotes envlist = pep8,py27-local,py36-local,py3-dj111-local,eslint,karma-local,docs-local,releasenotes
minversion = 2.3.2 minversion = 2.3.2
skipsdist = True skipsdist = True
@ -54,12 +54,6 @@ commands =
{[testenv:hz-local]commands} {[testenv:hz-local]commands}
{[testenv]commands} {[testenv]commands}
[testenv:py35-local]
basepython = python3.5
commands =
{[testenv:hz-local]commands}
{[testenv]commands}
[testenv:py36-local] [testenv:py36-local]
basepython = python3.6 basepython = python3.6
commands = commands =