Skip to content

Commit

Permalink
configure travis to use py37 for docs
Browse files Browse the repository at this point in the history
Parallel builds are disabled in sphinx for python
3.8. sphinx-doc/sphinx#6803

Signed-off-by: Doug Hellmann <doug@doughellmann.com>
  • Loading branch information
dhellmann committed Jul 26, 2020
1 parent 128419a commit 563d038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 563d038

Please sign in to comment.