Remove python3.5 support
Also, use bionic node for ci. Change-Id: Ia9cf9bf4726927a445ac3a5d9dfa86148d0691b5
This commit is contained in:
parent
9e72bf4fa6
commit
e25558891c
@ -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:
|
||||||
|
@ -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 =
|
||||||
|
@ -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 =
|
||||||
|
Loading…
Reference in New Issue
Block a user