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 28, 2020
1 parent 7cd6b20 commit 438cce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
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 438cce4

Please sign in to comment.