Skip to content

Commit

Permalink
Travis CI: run rstlint.py in the docs job (#68)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
vstinner authored and methane committed Feb 14, 2017
1 parent 8cf78fb commit a78efcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ matrix:
make venv PYTHON=python3
script:
- make html SPHINXBUILD="./venv/bin/python3 -m sphinx" SPHINXOPTS="-q"
- python3 tools/rstlint.py -i tools -i venv
- os: linux
language: c
compiler: clang
Expand Down

0 comments on commit a78efcb

Please sign in to comment.