diff options
author | Bin Hu <bh526r@att.com> | 2018-09-04 20:32:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-09-04 20:32:50 +0000 |
commit | 7e9b8b6967a69ae04a37dcba5448c3017fc91d51 (patch) | |
tree | f2fe2201e2215694f330b17d14c38cf8cabee59b /tox.ini | |
parent | 6e2857125fdce17a1541f3ca45ee0b988e9ef4de (diff) | |
parent | 9ea39f64e077613fe004ed00f7b2b2497381faea (diff) |
Merge "Update docs to include sample commands"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ commands = bash -c "find {toxinidir} -not -path {toxinidir}/.tox/\* \ # E006 check for lines longer than 79 columns -print0 | xargs -0 bashate -v -iE006" bash -c "find {toxinidir} -not -path {toxinidir}/.tox/\* \ - -name \*.rst -type f -print0 | xargs -0 rstcheck" + -name \*.rst -type f -print0 | xargs -0 rstcheck --report warning" [testenv:docs] deps = sphinx |