summaryrefslogtreecommitdiff
path: root/src/tox/config/sets.py
Commit message (Expand)AuthorAgeFilesLines
* Fix `tox_root` propagation to `work_dir` (#2962)release-4.4.10Teejay2023-04-051-9/+12
* Override toxworkdir with --workdir. (#2776)q0w2022-12-261-0/+4
* Set always PYTHONIOENCODING to utf-8 (#2646)Bernát Gábor2022-12-081-0/+1
* Show host python under core section as constant (#2644)Bernát Gábor2022-12-081-0/+2
* Create session views of the build wheel/sdist into temp_dir (#2614)Bernát Gábor2022-12-071-2/+2
* Create a FAQ entry about tox v3 - v4 compatibility (#2601)Jürgen Gmach2022-12-071-1/+1
* Use .tox instead of .tox/4 as work dir (#2347)Bernát Gábor2022-02-081-2/+1
* Fix add_config factory argument type annotation bad for containers (#2323)Bernát Gábor2022-01-151-2/+3
* Do not allow extending the config set beyond setup (#2314)Bernát Gábor2022-01-111-0/+8
* Document ConfigSet.loaders (#2306)Bernát Gábor2022-01-091-1/+1
* Better selection support (#2290)Bernát Gábor2022-01-041-6/+2
* Bump lintersBernát Gábor2021-12-111-2/+2
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-171-34/+21
* Support for environment files in set_env (#2223)Bernát Gábor2021-09-181-2/+3
* Allow plugins to change pass_env and set_env (#2218)Bernát Gábor2021-09-161-1/+1
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-151-29/+43
* Make ConfigSet ABC and add contains to Loader (#2209)Bernát Gábor2021-09-101-2/+8
* Internal changes to support tox-gh-actions (#2191)Bernát Gábor2021-08-311-25/+28
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-051-1/+47
* Do not show inherited keys as unused (#1913)Bernát Gábor2021-02-141-1/+4
* Add more flake8 checks (#1899)Bernát Gábor2021-02-061-1/+1
* Comment support in ini and alias in show config (#1889)Bernát Gábor2021-01-311-2/+10
* Add support for install_command virtualenv settings (#1886)Bernát Gábor2021-01-301-2/+2
* Support = as arg separator and dir in req files (#1867)Bernát Gábor2021-01-231-2/+2
* Multiple small bug-fixes (#1864)Bernát Gábor2021-01-221-1/+1
* Use .tox/4 instead of .tox4 (#1825)Bernát Gábor2021-01-161-4/+5
* Colorize config and fix a circular config bug (#1821)Bernát Gábor2021-01-131-3/+5
* Better handling of packaging env creation (#1807)Bernát Gábor2021-01-131-5/+9
* Better handling of set_env (#1784)Bernát Gábor2021-01-111-1/+36
* show config: fix unused usage, add full coverageBernát Gábor2020-11-281-3/+4
* sets: fix configurations being defined multiple times (besides core)Bernát Gábor2020-11-021-21/+19
* Add CLI compatibility with version 3, introduce memory sourceBernát Gábor2020-10-301-8/+8
* Rework configuration to allow generic overridesBernát Gábor2020-10-291-122/+57
* Implement develop mode install of python packagesBernát Gábor2020-10-261-0/+8
* Add typing to test suiteBernát Gábor2020-10-261-4/+8
* More fixesBernát Gábor2020-10-251-2/+2
* Various fixesBernát Gábor2020-10-251-1/+1
* TypingBernát Gábor2020-10-221-42/+57
* Improve documentationBernát Gábor2020-10-191-9/+13
* Fix CI (#1556)Bernát Gábor2020-07-241-5/+6
* First iteration of the rewrite4.0.0a1Bernat Gabor2020-03-301-0/+165