commit | 2b501866ed493758e4c4b29f0ce9b24023d910a1 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Mon Feb 13 15:30:05 2017 +0100 |
committer | GitHub <noreply@github.com> | Mon Feb 13 15:30:05 2017 +0100 |
tree | e9220e382de69fb999bd010de2e50be3b64aebc8 | |
parent | 3d707be950b387552585451071928e7b39cdfa53 [diff] |
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.