From 438cce4a786ea890b8c8160e4dce34be20ebd8d2 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sun, 26 Jul 2020 11:53:23 -0400 Subject: [PATCH] configure travis to use py37 for docs Parallel builds are disabled in sphinx for python 3.8. https://github.com/sphinx-doc/sphinx/issues/6803 Signed-off-by: Doug Hellmann --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a695885..88f937c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ matrix: - python: "nightly" include: - env: BUILD=docs - python: 3.8 + python: 3.7 - env: BUILD=linter python: 3.8 - env: BUILD=pkglint