Skip to content

Commit a78efcb

Browse files
vstinnermethane
authored andcommitted
Travis CI: run rstlint.py in the docs job (#68)
Currently, http://buildbot.python.org/all/buildslaves/ware-docs buildbot is only run as post-commit. For example, bpo-29521 (PR#41) introduced two warnings, unnotified by the Travis CI docs job. Modify the docs job to run toosl/rstlint.py. Fix also the two minor warnings which causes the buildbot slave to fail.
1 parent 8cf78fb commit a78efcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ matrix:
4040
make venv PYTHON=python3
4141
script:
4242
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q"
43+
- python3 tools/rstlint.py -i tools -i venv
4344
- os: linux
4445
language: c
4546
compiler: clang

0 commit comments

Comments
 (0)