diff --git a/.travis.yml b/.travis.yml index 293c3cde..d3dc6bd6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/tox.ini b/tox.ini index c1bae1cf..777f7cca 100644 --- a/tox.ini +++ b/tox.ini @@ -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