47c32a7f36
Currently most OpenStack code is linted, but YAML files are not. This patch enables linting in tox tests using the yamllint tool [1]. It also corrects some indentation misalignments and a line longer than 80 chars; the new CI test will prevent new errors from coming in. [1]: http://yamllint.readthedocs.org/ Change-Id: Ie33e2636be97a09f27e519be185382be82fa19f2
7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
# needed for doc build
|
|
sphinx>=1.1.2,!=1.2.0,<1.3
|
|
oslosphinx>=2.2.0 # Apache-2.0
|
|
PyYAML>=3.1.0
|
|
yamllint>=0.5.2
|
|
requests-cache
|