aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini10
1 files changed, 9 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4ec7b2f7..a92fccf2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = docs,docs-linkcheck,py27
+envlist = docs,docs-linkcheck,py27,yamllint
skipsdist = True
[testenv]
@@ -33,3 +33,11 @@ commands = nosetests --with-xunit \
--cover-xml \
--cover-html \
sfc/unit_tests/unit
+
+[testenv:yamllint]
+basepython = python2.7
+files =
+ docs
+ sfc/tests/functest
+commands =
+ yamllint -s {[testenv:yamllint]files}