summaryrefslogtreecommitdiff
path: root/src/tox/config/source/api.py
Commit message (Collapse)AuthorAgeFilesLines
* Packaging inherits from pkgenv, deps and document tox 4 packaging changes ↵Bernát Gábor2023-01-031-1/+1
| | | | | (#2813) Resolves https://github.com/tox-dev/tox/issues/2543
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-171-9/+11
|
* Update setup changelogBernát Gábor2021-11-161-1/+5
| | | | Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-151-23/+65
|
* Internal changes to support tox-gh-actions (#2191)Bernát Gábor2021-08-311-0/+11
|
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-051-4/+20
| | | | | | | | - Add documentation for the plugin interface - Introduce the installer abstraction - Rework how we handle tox deps section, requirement and constraint files - Support for escaping comments in tox.ini configs Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
* Add suport for setup.cfg and legacy toml (#1927)Bernát Gábor2021-02-271-0/+39
| | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Rework configuration to allow generic overridesBernát Gábor2020-10-291-244/+0
| | | | | | | | Now any loader can be overwritten. Separate better source and loader concept. The source no longer provides the tox root, but is taken as construction argument. Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Support ignoring command outcomes via the - prefixBernát Gábor2020-10-281-1/+2
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Fixbgabor82020-10-221-12/+12
| | | | | | | Signed-off-by: bgabor8 <bgabor8@bloomberg.net> Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net> Signed-off-by: bgabor8 <bgabor8@bloomberg.net> Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* TypingBernát Gábor2020-10-221-55/+117
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Improve documentationBernát Gábor2020-10-191-5/+9
| | | | Signed-off-by: Bernát Gábor <bgabor8@bloomberg.net>
* Color support (#1630)Bernát Gábor2020-07-271-2/+17
|
* Fix CI (#1556)Bernát Gábor2020-07-241-2/+2
|
* First iteration of the rewrite4.0.0a1Bernat Gabor2020-03-301-0/+162
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>