diff options
author | 2020-03-19 10:10:00 +0800 | |
---|---|---|
committer | 2020-03-19 10:45:25 +0800 | |
commit | 12c9651ae71ab27287d1fe27e625087e6008f9a0 (patch) | |
tree | aec1504ad1ed789d94f46ede26aa01f22c4ed87a /tox.ini | |
parent | 004298391e45dee9421748bc1312cda5d2af2d43 (diff) |
fix flake8 checking issue of hdv
Signed-off-by: chenliangyjy <chenliangyjy@chinamobile.com>
Change-Id: Ie779c186635e57fe5d900df7326e4a704ebcad42
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ files = INFO.yaml tools commands = - yamllint -s {[testenv:yamllint]files} + yamllint -s {[testenv:yamllint]files} -c {toxinidir}/yamllintrc [testenv:bashate] basepython = python3 |