diff options
author | Brett Cannon <brettcannon@users.noreply.github.com> | 2017-05-11 17:45:34 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-11 17:45:34 (GMT) |
commit | 31b3901a078774b28a88dc410376c46e28c52c9c (patch) | |
tree | 4608b8bb0953d6f2014135edda166b385664b68e /.travis.yml | |
parent | f111fd2e65ef7aefd4ebeadbb48e84d609bf3733 (diff) | |
download | cpython-31b3901a078774b28a88dc410376c46e28c52c9c.zip cpython-31b3901a078774b28a88dc410376c46e28c52c9c.tar.gz cpython-31b3901a078774b28a88dc410376c46e28c52c9c.tar.bz2 |
Comment as to why docs are built against Python 3.6 (#1550)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e7e8694..2062e81 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 |