summaryrefslogtreecommitdiff
path: root/src/tox/config/cli
Commit message (Expand)AuthorAgeFilesLines
* Bump deps and tools (#2954)Bernát Gábor2023-03-231-2/+2
* Bump deps and tools (#2913)Bernát Gábor2023-02-052-5/+4
* rename TOX_CONFIG_FILE to TOX_USER_CONFIG_FILE (#2896)Masen Furer2023-01-251-1/+1
* NO_COLOR follows no-color.org logic instead of tox boolean (#2727)Bernát Gábor2022-12-141-1/+1
* Fix default verbosity in help (#2709)Marius Gedminas2022-12-141-1/+1
* Better handling of build backend without editable support and add --exit-and-...Bernát Gábor2022-12-051-0/+14
* Allow passing config directory without filename (#2550)Sorin Sbarnea2022-11-271-1/+1
* Bump deps and toolsBernát Gábor2022-11-221-2/+2
* Avoid ignored explicit argument 're' console message (#2545)Sorin Sbarnea2022-11-221-1/+5
* Disable coloring with TERM=dumb or NO_COLOR (#2541)Sorin Sbarnea2022-11-211-1/+3
* Display registered plugins with --version (#2413)Max Droy2022-09-091-1/+8
* Do not perform interpolation for INI files (#2352)Bernát Gábor2022-02-101-1/+1
* Support -va as well as -av (#2351)Bernát Gábor2022-02-101-1/+5
* Fix CLI documentation is missing and broken documentation references (#2311)Bernát Gábor2022-01-101-2/+2
* Fix double clean package and broken report (#2309)Bernát Gábor2022-01-101-1/+1
* Fix plugin initialization order (#2305)Bernát Gábor2022-01-091-1/+1
* Hint for unrecognized arguments to use -- (#2308)Bernát Gábor2022-01-091-0/+13
* Better selection support (#2290)Bernát Gábor2022-01-042-15/+29
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-174-31/+37
* Update setup changelogBernát Gábor2021-11-161-3/+14
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-154-16/+18
* Clarify documentation for --runner (#2151)Bernát Gábor2021-08-101-0/+10
* Migrate to platformdirs from appdirs (#2117)Bernát Gábor2021-07-261-1/+1
* fix typo (#2028)Jürgen Gmach2021-04-141-1/+1
* Explain how CLI verbosity level gets determinedJürgen Gmach2021-04-121-2/+5
* Minor code improvements (#2017)Miroslav Šedivý2021-04-111-2/+1
* Replace .format with f-strings (#2011)Miroslav Šedivý2021-04-101-1/+1
* Refactor: Simplify and clean up the code (#1997)Miroslav Šedivý2021-04-062-3/+4
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-052-1/+5
* Inline plugin definition support - tox_.py (#1963)Bernát Gábor2021-03-071-5/+12
* Add suport for setup.cfg and legacy toml (#1927)Bernát Gábor2021-02-271-1/+1
* Remove double word (#1911)Jürgen Gmach2021-02-131-1/+1
* Add more flake8 checks (#1899)Bernát Gábor2021-02-061-1/+1
* Support = as arg separator and dir in req files (#1867)Bernát Gábor2021-01-232-2/+2
* Add support for virtualenv configuration options (#1862)Bernát Gábor2021-01-211-1/+1
* Add CLI documentation (#1852)Bernát Gábor2021-01-172-12/+11
* Better handling of set_env (#1784)Bernát Gábor2021-01-111-1/+1
* Allow changing the root folder and increase coverageBernát Gábor2021-01-011-0/+9
* General rework of the parallel, execute and reportingBernát Gábor2020-12-242-10/+25
* helpers: move helpers within the python namespace, given they contain helpers...Bernát Gábor2020-11-071-1/+1
* tests: add coverage for pytest pluginBernát Gábor2020-11-051-1/+1
* tests: add missing coverage to CLI parser, fix no arguments passed in explicitlyBernát Gábor2020-10-311-14/+14
* cli-parser: reuse ini config between main and sub-parsers, fix coverage in in...Bernát Gábor2020-10-312-5/+9
* Add CLI compatibility with version 3, introduce memory sourceBernát Gábor2020-10-301-76/+107
* Fix posargs replacement and import fails in test suiteBernát Gábor2020-10-291-3/+3
* Rework configuration to allow generic overridesBernát Gábor2020-10-294-15/+26
* Print pip install output if verbosity is higher than defaultBernát Gábor2020-10-281-1/+11
* Fix: not possible to pass positional argumentsBernát Gábor2020-10-281-0/+5
* Facilitate usage in parallel with tox 3Bernát Gábor2020-10-272-12/+14
* Add typing to test suiteBernát Gábor2020-10-261-20/+2