Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Further improvements to the tox PR #453

Merged
merged 7 commits into from Mar 4, 2021

Commits on Feb 27, 2021

  1. Configuration menu
    Copy the full SHA
    e990c5d View commit details
    Browse the repository at this point in the history
  2. Bumped version for feature release.

    [ci skip]
    mauritsvanrees committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    16649b9 View commit details
    Browse the repository at this point in the history
  3. Drop support for Plone 4.3, 5.0, 5.1, add support for 6.0.

    The code might still work, but it is no longer tested.
    You can use releases in the 1.10 series on the older versions.
    mauritsvanrees committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    ee99826 View commit details
    Browse the repository at this point in the history
  4. Do not test Plone 5.2 with python 3.9.

    Theoretically our tests might work, but there is definitely other code that would have test failures,
    so you should not use it on 5.2.
    And no easy way to already test on 6.0.  But we have buildout.coredev and Jenkins.
    mauritsvanrees committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    947f328 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Removed py39-plone-5.2 tox env.

    I thought I did that already, but this was only in tox.ini.  It was still in the travis config.
    mauritsvanrees committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    3ebe254 View commit details
    Browse the repository at this point in the history
  2. Use Python 3.8 instead of 3.9 for the isort/lint/docs envs.

    Seems better, as the other envs at most use 3.8.
    And on Travis the docs env fails, with no output.  Maybe this helps.
    mauritsvanrees committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    bb838ad View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Tox: run Sphinx docs on Python 3.7.

    See also the closed PR #455 where I try a few Python versions and add some comments.
    mauritsvanrees committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    b1ea27a View commit details
    Browse the repository at this point in the history