3e9b2930a6
Instead of launching two separate build jobs in our CI infrastructure, one for bashate and one for pep8, launch a single one. While the jobs are short, the setup of the images takes a long time, so this is friendlier to our CI infrastructure. Use the pep8 environment as common lint target and merge the bashate job into it. This patch also renamed dev-requirements to test-requirements to bring it into line with all other OpenStack projects. Change-Id: I506c541ba715d2bf506d090aa8fb014a7a2f216f
7 lines
145 B
Plaintext
7 lines
145 B
Plaintext
ansible-lint
|
|
ansible>=1.9.1,<2.0.0
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
oslosphinx>=2.5.0 # Apache-2.0
|