summaryrefslogtreecommitdiff
path: root/.zuul.yaml
diff options
context:
space:
mode:
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