pbrx/.zuul.yaml

20 lines
410 B
YAML

- project:
check:
jobs:
- tox-pep8
- tox-py35
- tox-py36:
nodeset: ubuntu-bionic
- build-sphinx-docs:
vars:
sphinx_python: python3
gate:
jobs:
- tox-pep8
- tox-py35
- tox-py36:
nodeset: ubuntu-bionic
- build-sphinx-docs:
vars:
sphinx_python: python3