ara-clients/.zuul.yaml
David Moreau Simard 001112df9f
Add zuul job to run tox-format environment for executing black and isort
This will allow us to have more consistent and clean code.

Change-Id: I8a49053d016c52b7b44136a6a8f36f9ad12675c3
2018-10-02 16:46:01 -05:00

10 lines
136 B
YAML

- project:
check:
jobs:
- tox-format
- tox-pep8
gate:
jobs:
- tox-format
- tox-pep8