summaryrefslogtreecommitdiff
path: root/tox.ini
AgeCommit message (Expand)Author
2025-11-21[4.2.x] Added GitHub Actions linter (zizmor).Jacob Walls
2024-01-29[4.2.x] Pinned black == 23.12.1 in GitHub actions, pre-commit and test requir...nessita
2023-11-19[4.2.x] Refs #34118 -- Added Python 3.12 to classifiers and tox.ini.Mariusz Felisiak
2023-03-01[4.2.x] Refs #34140 -- Added configurations to run blacken-docs linter and ad...Mariusz Felisiak
2023-01-25[4.2.x] Corrected passenv value for tox 4.0.6+.Stephen
2022-10-26Refs #33173 -- Added Python 3.11 to classifiers and tox.ini.Mariusz Felisiak
2022-09-24Fixed #34046 -- Fixed pinning flake8 and isort versions in tox.ini.Michael Howitz
2022-02-07Refs #33476 -- Adjusted docs and config files for Black.Carlton Gibson
2021-10-05Refs #32074 -- Added Python 3.10 to classifiers and tox.ini.Mariusz Felisiak
2021-02-10Used allowlist_externals in tox.ini (again)Matthias Kestenholz
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2020-10-26Refs #31670 -- Used allowlist_externals in tox.ini.David Smith
2020-10-13Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2019-10-24Refs #29926 -- Added Python 3.8 to classifiers and tox.ini.Bastien Vallet
2019-10-09Fixed #30806 -- Prevented tox tests hanging on macOS.dustinlharrison
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...Ramiro Morales
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2018-06-28Refs #28814 -- Documented Python 3.7 compatibility.Asif Saifuddin Auvi
2017-10-06Refs #27857 -- Removed Python 3.4 from tox.ini.Tim Graham
2017-10-06Updated link to Tox documentation in tox.ini.Mads Jensen
2017-01-25Refs #23919 -- Removed misc Python 2/3 references.Tim Graham
2017-01-05Refs #27025 -- Added Python 3.6 to tox.ini.Andrii Soldatenko
2016-08-24Added environment variable support to tox configurationJosh Smeaton
2016-07-20Fixed #22446 -- Added tox.ini to automate pull request checks.Tobias McNulty