summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add envlogdir support (#2139)Bernát Gábor2021-08-051-0/+43
* Add support for os path separator substitution in ini files (#2138)Bernát Gábor2021-08-051-0/+2
* Add support for allowlist_externals (#2134)Bernát Gábor2021-08-024-5/+39
* Add documentation for configuration values (#2127)Bernát Gábor2021-07-284-6/+12
* Move from toml to tomli (#2118)Bernát Gábor2021-07-262-4/+6
* Migrate to platformdirs from appdirs (#2117)Bernát Gábor2021-07-261-1/+1
* `tox -e ALL` now runs all environments as expected (#2114)Jürgen Gmach2021-07-263-31/+53
* Bump formattersBernát Gábor2021-05-074-6/+6
* Use importlib.import_module instead of __import__David Mendek2021-04-181-1/+2
* Fix typos (#2029)Miroslav Šedivý2021-04-141-1/+1
* Allow hexadecimal characters only in --hash (#2024)Miroslav Šedivý2021-04-141-1/+1
* fix typo (#2028)Jürgen Gmach2021-04-141-1/+1
* Evaluate factor conditions for `command` keysJürgen Gmach2021-04-141-3/+4
* Fix requirements file rewrite (#2026)Bernát Gábor2021-04-134-103/+153
* Fix regex validation for SHA 512 hashes (#2020)Jürgen Gmach2021-04-121-1/+1
* Explain how CLI verbosity level gets determinedJürgen Gmach2021-04-121-2/+5
* Minor code improvements (#2017)Miroslav Šedivý2021-04-118-21/+12
* Replace .format with f-strings (#2011)Miroslav Šedivý2021-04-104-6/+6
* Docs: define which files to keep py2 compatible (#2015)Miroslav Šedivý2021-04-101-1/+5
* Port pip requirements.txt parser (#2009)Bernát Gábor2021-04-098-413/+636
* minor doc improvements (#2006)Jürgen Gmach2021-04-083-5/+5
* fix replacement of sections with dash (#2000)Oliver Bestwalter2021-04-061-1/+1
* Support extras in (editable) path requirements (#1998)Bernát Gábor2021-04-061-15/+40
* Refactor: Simplify and clean up the code (#1997)Miroslav Šedivý2021-04-0612-58/+37
* remove duplicated word (#1992)Jürgen Gmach2021-04-051-1/+1
* add missing word (#1993)Jürgen Gmach2021-04-051-1/+1
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-0553-1120/+1669
* Fix legacy list env command for empty/missing envlist (#1988)Jürgen Gmach2021-04-011-1/+1
* fix typo (#1981)Jürgen Gmach2021-03-271-1/+1
* Show skipped envs in reports on platform mismatch (#1970)Jürgen Gmach2021-03-206-17/+26
* Fix typos, modernize and simplify some code (#1971)Miroslav Šedivý2021-03-125-17/+7
* Inline plugin definition support - tox_.py (#1963)Bernát Gábor2021-03-076-10/+56
* fix typo (#1962)Jürgen Gmach2021-03-071-1/+1
* Fix unescaped } breaking expansions that follow it (#1961)Andrey Bienkowski2021-03-062-42/+22
* Support for bracket styled posargs (#1954)Andrey Bienkowski2021-03-041-5/+26
* Support for ignore_outcome (#1960)Andrey Bienkowski2021-03-043-13/+31
* Add suport for setup.cfg and legacy toml (#1927)Bernát Gábor2021-02-2712-200/+324
* Bump dependenciesBernát Gábor2021-02-201-35/+14