summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix add_config factory argument type annotation bad for containers (#2323)Bernát Gábor2022-01-151-2/+3
* Fix some broken linksBernát Gábor2022-01-131-2/+2
* Fix devenv not respecting specified path (#2318)Bernát Gábor2022-01-131-5/+8
* 2315 (#2317)Bernát Gábor2022-01-131-0/+1
* Do not allow extending the config set beyond setup (#2314)Bernát Gábor2022-01-113-0/+16
* Keep v3 injected environment variable list (#2313)Bernát Gábor2022-01-112-0/+9
* 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-103-4/+19
* Legacy parallel flag should accept no arguments (#2307)Bernát Gábor2022-01-102-3/+4
* Fix plugin initialization order (#2305)Bernát Gábor2022-01-094-15/+14
* Document ConfigSet.loaders (#2306)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-0431-445/+613
* Bump lintersBernát Gábor2021-12-119-20/+23
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-1791-596/+740
* Use pyproject-api package (#2274)Bernát Gábor2021-11-167-500/+4
* Update setup changelogBernát Gábor2021-11-1621-44/+151
* Support for the --discover flag (#2245)Bernát Gábor2021-10-041-0/+2
* Support for external packages and builders (#2235)Bernát Gábor2021-09-2619-234/+470
* Fix list/depends cmd creates package env as run envBernát Gábor2021-09-249-42/+57
* Fix the interrupt thread is deadlocking when receiving an interruptBernát Gábor2021-09-241-0/+6
* Fix CTRL+C not working on WindowsBernát Gábor2021-09-242-14/+10
* Add support for TOX_LIMITED_SHEBANG (#2226)Bernát Gábor2021-09-202-2/+37
* No pyproject.toml or setup.py and no --install-pkg assumes no package (#2225)Bernát Gábor2021-09-183-8/+19
* Support for --no-provision flag (#2224)Bernát Gábor2021-09-185-16/+45
* Support for environment files in set_env (#2223)Bernát Gábor2021-09-185-31/+59
* Allow plugins to change pass_env and set_env (#2218)Bernát Gábor2021-09-164-12/+24
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-1546-438/+631
* Support for plugin before and after, fix ASCII report fails (#2214)Bernát Gábor2021-09-116-26/+85
* Fix old-new value on recreate cache miss-match are swapped (#2212)Bernát Gábor2021-09-112-4/+7
* Make ConfigSet ABC and add contains to Loader (#2209)Bernát Gábor2021-09-102-2/+13
* Let tox run fail when all envs are skipped (#2206)Jürgen Gmach2021-09-101-2/+4
* Internal changes to support tox-gh-actions (#2191)Bernát Gábor2021-08-319-61/+114
* Fix env variable substitutions with defaults containing colon (#2186)comabrewer2021-08-271-1/+1
* fix spelling of PyPI (#2181)Jürgen Gmach2021-08-251-1/+1
* Internal changes to accomodate tox-conda (#2172)Bernát Gábor2021-08-219-90/+79
* Fix coverage for windows on local subprocessBernát Gábor2021-08-181-5/+6
* Fix parallel show output not working (#2161)Bernát Gábor2021-08-181-3/+3
* Add support for execute interrupt timeouts (#2158)Bernát Gábor2021-08-155-90/+126
* Check base python against env name and raise if differs (#2156)Bernát Gábor2021-08-152-1/+33
* Add support for args_are_paths (#2157)Bernát Gábor2021-08-155-14/+51
* Clarify documentation for --runner (#2151)Bernát Gábor2021-08-102-1/+11
* Support CLI run flags for tox config (#2150)Bernát Gábor2021-08-097-43/+52
* Fix virtual environment creation not cached (#2147)Bernát Gábor2021-08-091-1/+1
* Suport # character in path of tox project (#2146)Bernát Gábor2021-08-085-6/+13
* Add support for exec subcommand (#2142)Bernát Gábor2021-08-074-15/+46
* Support all Unix shell-style wildcards for pass_env (#2145)Bernát Gábor2021-08-071-10/+11
* Add outcome of the tox environment evaluation into result JSON (#2144)Bernát Gábor2021-08-071-1/+7
* Do not fail when commands do not parse with shlex (#2141)Bernát Gábor2021-08-061-6/+8
* When cleaning dirs clean only their content (#2140)Bernát Gábor2021-08-064-9/+31