From 31b3901a078774b28a88dc410376c46e28c52c9c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 11 May 2017 10:45:34 -0700 Subject: Comment as to why docs are built against Python 3.6 (#1550) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index e7e8694530..2062e81bea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -- cgit v1.2.1