distcloud-client/.zuul.yaml
Lachlan Plant b11e7ac509 Fix pep8 and py27 tests in stx-distcloud-client
Pep8 and py27 tests are now passing
Both are voting in zuul on check and gate

Story: 2003862
Task: 26692

Change-Id: Idf8bb3cbe139ac8fbf3755a25f9efd7c76e45d72
Signed-off-by: Lachlan Plant <lachlan.plant@windriver.com>
2018-11-02 14:51:18 +00:00

21 lines
449 B
YAML

---
- project:
templates:
- build-openstack-docs-pti
check:
jobs:
- build-openstack-releasenotes
- openstack-tox-linters
- openstack-tox-pep8
- openstack-tox-py27
gate:
jobs:
- build-openstack-releasenotes
- openstack-tox-linters
- openstack-tox-pep8
- openstack-tox-py27
post:
jobs:
- publish-stx-tox
- publish-stx-releasenotes