summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
authorSorin Sbarnea <ssbarnea@redhat.com>2021-01-13 15:49:58 +0000
committerSorin Sbarnea <ssbarnea@redhat.com>2021-01-13 15:49:58 +0000
commit4af1703a90b30a539503a9f78d993cd28ae2efdc (patch)
tree70f62aeed19431bf29415ccba29e08bdd687f08e /.zuul.yaml
parent375750389562bcd8d8e018eb9163b5b0979fbff1 (diff)
downloadgit-review-4af1703a90b30a539503a9f78d993cd28ae2efdc.tar.gz
Assure git-review works with py37 and py38
Change-Id: I0e7b370348e4a350d4e2fdc11bc57c3746f15267
Diffstat (limited to '.zuul.yaml')
-rw-r--r--.zuul.yaml11
1 files changed, 6 insertions, 5 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 950a8cc..4d8e233 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -1,12 +1,13 @@
- project:
templates:
- - openstack-python35-jobs-no-constraints
- publish-tox-docs-infra
check:
- jobs:
+ jobs: &jobs
- tox-linters
+ - tox-py35:
+ nodeset: ubuntu-xenial
- tox-py36
+ - tox-py37
+ - tox-py38
gate:
- jobs:
- - tox-linters
- - tox-py36
+ jobs: *jobs