diff options
author | Areli Fuss <af732p@att.com> | 2017-11-26 11:41:31 +0200 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-11-26 14:03:07 +0200 |
commit | ce0b06f1baefcd646643a0d76103b3545b0f3bd5 (patch) | |
tree | b201c9fc5e6853195d97d9a88d9ece9af78bfc27 /tox.ini | |
parent | 307215471b50e1f27654819434fb08de4d003d82 (diff) |
Remove yaml style check
Remove the itox yaml style check
from currenti phase
Issue-ID: VVP-33
Change-Id: I0d3ca3fad80a617432fa346b5339628ecdf7a20f
Signed-off-by: Areli Fuss <af732p@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [tox] skipsdist=True -envlist =style-flake8, style-yamllint +envlist = style-flake8 setupdir = devkit/ [testenv] |