]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[backport to 3.5] bpo-29529: Add .travis.yml to 3.5 branch (#26)
authorINADA Naoki <methane@users.noreply.github.com>
Sun, 19 Feb 2017 05:13:02 +0000 (14:13 +0900)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 19 Feb 2017 05:13:02 +0000 (10:43 +0530)
commit24bfe15e83c24bf2c2e2654050da809553789002
tree0169c1e5c38544457e38df3db8a2417baf98e2b8
parent760f596b6a4b5514afe35e521621f484aef35413
[backport to 3.5] bpo-29529: Add .travis.yml to 3.5 branch (#26)

* Add .travis.yml to 3.5 branch

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

Closes python/core-workflow#14

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

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