aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-12-15 15:45:13 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-12-15 15:45:13 +0100
commit7206ac5bbdb6e8dc5a947a9fdc2300805f0b048c (patch)
treec603abda6e08f961376178457f0969eb309859ec /tox.ini
parentda22164eda930726eef5e827885e9f1798c4d7e7 (diff)
Verify missing yaml files via yamllint
Change-Id: I0cd412cd49cac62b393658bf55e0e32def908c85 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 1c42b1e8..e76005b9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -37,6 +37,8 @@ commands =
[testenv:yamllint]
basepython = python2.7
files =
+ .travis.yml
+ ansible
xtesting/ci
commands =
yamllint -s {[testenv:yamllint]files}