Skip to content

Commit 8eaa1d0

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 1a5ff6a commit 8eaa1d0

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
@@ -34,6 +34,7 @@ matrix:
3434
- make venv PYTHON=python3
3535
script:
3636
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q"
37+
- python3 tools/rstlint.py -i tools -i venv
3738
- os: linux
3839
language: c
3940
compiler: clang

0 commit comments

Comments
 (0)