Don't run yamllint on all directories

Currently yamllint runs on the top level directory recursively. This
presents an issue in that it is processing the .tox directory and all
dependancies installed there-in.

Without this patch all reviewes currently break on a yaml file in
python-openstackclient in the .tox directory.

Change-Id: I400131bf84a4cf48a83952efa7dfac8e4954b587
This commit is contained in:
SamYaple 2016-06-14 18:32:30 +00:00
parent c9c5e158c9
commit b9f87c557c

View File

@ -12,7 +12,7 @@ commands = bash -c 'if [ ! -d ./.testrepository ] ; then testr init ; fi'
[testenv:pep8]
commands = flake8
yamllint .
yamllint openshift-origin hot cfn
[testenv:venv]
commands = {posargs}