summaryrefslogtreecommitdiff
path: root/tox.ini
Commit message (Collapse)AuthorAgeFilesLines
* Refs #34140 -- Added configurations to run blacken-docs linter and adjusted ↵Mariusz Felisiak2023-03-011-0/+11
| | | | | | | | | | | | | docs. This adds: - GitHub actions, - tox configuration, - pre-commit hook, and - makefile rules to run blacken-docs linter. Co-authored-by: David Smith <smithdc@gmail.com>
* Corrected passenv value for tox 4.0.6+.Stephen2023-01-251-1/+1
|
* Fixed #34233 -- Dropped support for Python 3.8 and 3.9.Mariusz Felisiak2023-01-181-1/+1
|
* Refs #33173 -- Added Python 3.11 to classifiers and tox.ini.Mariusz Felisiak2022-10-261-1/+1
|
* Fixed #34046 -- Fixed pinning flake8 and isort versions in tox.ini.Michael Howitz2022-09-241-4/+4
|
* Refs #33476 -- Adjusted docs and config files for Black.Carlton Gibson2022-02-071-1/+9
| | | | Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* Refs #32074 -- Added Python 3.10 to classifiers and tox.ini.Mariusz Felisiak2021-10-051-1/+1
|
* Used allowlist_externals in tox.ini (again)Matthias Kestenholz2021-02-101-1/+2
| | | | | allowlist_externals is already used in this file. Refs #31670
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-1/+1
|
* Refs #31670 -- Used allowlist_externals in tox.ini.David Smith2020-10-261-1/+2
|
* Refs #31040 -- Doc'd Python 3.9 compatibility.Mariusz Felisiak2020-10-131-1/+1
|
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-2/+2
| | | | | Fixed inner imports per isort 5. isort 5.0.0 to 5.1.0 was unstable.
* Refs #29926 -- Added Python 3.8 to classifiers and tox.ini.Bastien Vallet2019-10-241-1/+1
|
* Fixed #30806 -- Prevented tox tests hanging on macOS.dustinlharrison2019-10-091-1/+2
| | | | | | MacOS users may need to set OBJC_DISABLE_INITIALIZE_FORK_SAFETY=TRUE (#27086) to prevent tests from hanging. If set, also pass the environment variable to `tox`.
* Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵Ramiro Morales2019-04-181-2/+2
| | | | comments and hints.
* Fixed #30116 -- Dropped support for Python 3.5.Tim Graham2019-01-301-1/+1
|
* Refs #28814 -- Documented Python 3.7 compatibility.Asif Saifuddin Auvi2018-06-281-1/+1
|
* Refs #27857 -- Removed Python 3.4 from tox.ini.Tim Graham2017-10-061-1/+1
|
* Updated link to Tox documentation in tox.ini.Mads Jensen2017-10-061-1/+1
|
* Refs #23919 -- Removed misc Python 2/3 references.Tim Graham2017-01-251-7/+2
|
* Refs #27025 -- Added Python 3.6 to tox.ini.Andrii Soldatenko2017-01-051-1/+1
|
* Added environment variable support to tox configurationJosh Smeaton2016-08-241-1/+3
| | | | | | | | | | PYTHONPATH is required for passing through test modules that don't already exist within the Django tests/ directory. DISPLAY is required for testing selenium on systems that use Xvfb. HOME is where the Vagrant djangobox stores geoip data, but it could be useful for other tox commands that require access to data outside of Django.
* Fixed #22446 -- Added tox.ini to automate pull request checks.Tobias McNulty2016-07-201-0/+69