add README.rst validation to CI
This commit is contained in:
parent
84555a601f
commit
909ecd040a
8
tox.ini
8
tox.ini
|
@ -18,5 +18,9 @@ changedir = docs
|
||||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html
|
||||||
|
|
||||||
[testenv:lint]
|
[testenv:lint]
|
||||||
deps = flake8>=2.6.2, <3.1
|
deps =
|
||||||
commands = flake8 --jobs 8 --count mitmproxy pathod examples test
|
flake8>=2.6.2, <3.1
|
||||||
|
rstcheck>=2.2, <3.0
|
||||||
|
commands =
|
||||||
|
flake8 --jobs 8 --count mitmproxy pathod examples test
|
||||||
|
rstcheck README.rst
|
Loading…
Reference in New Issue