git-review/.zuul.yaml
Sorin Sbarnea 4af1703a90 Assure git-review works with py37 and py38
Change-Id: I0e7b370348e4a350d4e2fdc11bc57c3746f15267
2021-01-13 15:49:58 +00:00

14 lines
248 B
YAML

- project:
templates:
- publish-tox-docs-infra
check:
jobs: &jobs
- tox-linters
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36
- tox-py37
- tox-py38
gate:
jobs: *jobs