]> granicus.if.org Git - python/commitdiff
Comment as to why docs are built against Python 3.6 (#1550)
authorBrett Cannon <brettcannon@users.noreply.github.com>
Thu, 11 May 2017 17:45:34 +0000 (10:45 -0700)
committerGitHub <noreply@github.com>
Thu, 11 May 2017 17:45:34 +0000 (10:45 -0700)
.travis.yml

index e7e8694530ca21a6d7a19da3fab687a3e9d79e9c..2062e81bea9e9dd051c6d481cd5cf77089ce0520 100644 (file)
@@ -32,6 +32,7 @@ matrix:
   include:
     - os: linux
       language: python
+      # Build the docs against a stable version of Python so code bugs don't hold up doc-related PRs.
       python: 3.6
       env:
         - TESTING=docs