zuul-jobs/zuul-tests.d/project.yaml
Andreas Jaeger 069f4aef37 Add py38 testing
Python 3.8 is current version, replace py37 so that we test
3.5 and 3.8 as lowest/highest.

This follows I4b382bb89847d3ae2b20292d923c3c2211dfb254 for zuul.

Change-Id: I35a1492ff0e34c7951c8ecf216992044fdb3065f
2020-05-05 20:02:16 +02:00

23 lines
504 B
YAML

# Note, this file is only part of the project definition; there is a project
# definition in each file in this directory as well which is combined with
# this.
- project:
check:
jobs:
- zuul-tox-docs
- tox-py27
- tox-py35:
nodeset: ubuntu-xenial
- tox-py38
gate:
jobs:
- zuul-tox-docs
- tox-py27
- tox-py35:
nodeset: ubuntu-xenial
- tox-py38
promote:
jobs:
- zuul-promote-docs