[Python-checkins] [python/cpython] 24bfe1: [backport to 3.5] bpo-29529: Add .travis.yml to 3....

GitHub noreply at github.com
Sun Feb 19 00:13:03 EST 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 24bfe15e83c24bf2c2e2654050da809553789002
      https://github.com/python/cpython/commit/24bfe15e83c24bf2c2e2654050da809553789002
  Author: INADA Naoki <methane at users.noreply.github.com>
  Date:   2017-02-19 (Sun, 19 Feb 2017)

  Changed paths:
    A .travis.yml

  Log Message:
  -----------
  [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)




More information about the Python-checkins mailing list