Add tox-py39 job
Change-Id: I46cac3396bd870eb1f54820921df09946184605a
This commit is contained in:
parent
7d0a646c9e
commit
938da600b7
@ -8,6 +8,7 @@ Python Jobs
|
|||||||
.. zuul:autojob:: tox-py36
|
.. zuul:autojob:: tox-py36
|
||||||
.. zuul:autojob:: tox-py37
|
.. zuul:autojob:: tox-py37
|
||||||
.. zuul:autojob:: tox-py38
|
.. zuul:autojob:: tox-py38
|
||||||
|
.. zuul:autojob:: tox-py39
|
||||||
.. zuul:autojob:: tox-docs
|
.. zuul:autojob:: tox-docs
|
||||||
.. zuul:autojob:: tox-linters
|
.. zuul:autojob:: tox-linters
|
||||||
.. zuul:autojob:: tox-molecule
|
.. zuul:autojob:: tox-molecule
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
- tox-py35:
|
- tox-py35:
|
||||||
nodeset: ubuntu-xenial
|
nodeset: ubuntu-xenial
|
||||||
- tox-py38
|
- tox-py38
|
||||||
|
- tox-py39:
|
||||||
|
nodeset: ubuntu-focal
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- zuul-tox-docs
|
- zuul-tox-docs
|
||||||
@ -17,6 +19,8 @@
|
|||||||
- tox-py35:
|
- tox-py35:
|
||||||
nodeset: ubuntu-xenial
|
nodeset: ubuntu-xenial
|
||||||
- tox-py38
|
- tox-py38
|
||||||
|
- tox-py39:
|
||||||
|
nodeset: ubuntu-focal
|
||||||
promote:
|
promote:
|
||||||
jobs:
|
jobs:
|
||||||
- zuul-promote-docs
|
- zuul-promote-docs
|
||||||
|
@ -113,6 +113,17 @@
|
|||||||
tox_envlist: py38
|
tox_envlist: py38
|
||||||
python_version: 3.8
|
python_version: 3.8
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: tox-py39
|
||||||
|
parent: tox
|
||||||
|
description: |
|
||||||
|
Run unit tests for a Python project under cPython version 3.9.
|
||||||
|
|
||||||
|
Uses tox with the ``py39`` environment.
|
||||||
|
vars:
|
||||||
|
tox_envlist: py39
|
||||||
|
python_version: 3.9
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: tox-docs
|
name: tox-docs
|
||||||
# This is not parented to tox since we do not need
|
# This is not parented to tox since we do not need
|
||||||
|
Loading…
x
Reference in New Issue
Block a user