]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[backport to 3.6] bpo-29529: Add .travis.yml to 3.6 branch (#25)
authorINADA Naoki <methane@users.noreply.github.com>
Sun, 19 Feb 2017 05:11:59 +0000 (14:11 +0900)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 19 Feb 2017 05:11:59 +0000 (10:41 +0530)
commit3337d33a4518f7ab8a7ab6c9a75b8b92ba348b27
tree0fb44b505f0aa92908d9577aa4a574ba94db4b40
parent0683d6889bd4430599d22e12e201b8e9c45be5a2
[backport to 3.6] bpo-29529: Add .travis.yml to 3.6 branch (#25)

* Add .travis.yml to 3.6 branch

* 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.

* Only run CI checks when appropriate files have changed (#74)

Closes python/core-workflow#14

* Use 'make check' instead of 'python3 tools/rstlint.py' (#96)
.travis.yml [new file with mode: 0644]