Skip to content

Commit

Permalink
Tox: run Sphinx docs on Python 3.7.
Browse files Browse the repository at this point in the history
See also the closed PR #455 where I try a few Python versions and add some comments.
  • Loading branch information
mauritsvanrees committed Mar 4, 2021
1 parent bb838ad commit b1ea27a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ matrix:
include:
- python: "3.8"
env: TOXENV=isort,lint
- python: "3.8"
- python: "3.7"
env: TOXENV=docs
- python: "2.7"
env: TOXENV=py27-plone-5.2
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Expand Up @@ -139,6 +139,9 @@ whitelist_externals =
mkdir

[testenv:docs]
# Locally for Maurits this only works with Python 2.7.
# Travis is happy with 3.7, not with 3.8 or 3.9.
# So pick the right one in .travis.yml (or GitHub Actions).
basepython = python
skip_install = False
usedevelop = True
Expand Down

0 comments on commit b1ea27a

Please sign in to comment.