summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 4.0.0a84.0.0a8release-4.0.0a8Bernát Gábor2021-08-2120-31/+44
* Internal changes to accomodate tox-conda (#2172)Bernát Gábor2021-08-2111-92/+83
* 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-183-3/+12
* Add support for execute interrupt timeouts (#2158)Bernát Gábor2021-08-1511-138/+222
* Check base python against env name and raise if differs (#2156)Bernát Gábor2021-08-157-45/+145
* Add support for args_are_paths (#2157)Bernát Gábor2021-08-159-15/+89
* Note constraint files are a subset of requirement files (#2153)Bernát Gábor2021-08-112-0/+3
* Document package python requires differing from tox (#2152)Bernát Gábor2021-08-112-1/+11
* Clarify documentation for --runner (#2151)Bernát Gábor2021-08-104-2/+13
* Support CLI run flags for tox config (#2150)Bernát Gábor2021-08-099-43/+61
* Fix virtual environment creation not cached (#2147)Bernát Gábor2021-08-093-1/+14
* Suport # character in path of tox project (#2146)Bernát Gábor2021-08-088-6/+41
* Add support for exec subcommand (#2142)Bernát Gábor2021-08-078-17/+88
* Support all Unix shell-style wildcards for pass_env (#2145)Bernát Gábor2021-08-075-18/+44
* Add outcome of the tox environment evaluation into result JSON (#2144)Bernát Gábor2021-08-073-1/+14
* Do not fail when commands do not parse with shlex (#2141)Bernát Gábor2021-08-064-6/+23
* When cleaning dirs clean only their content (#2140)Bernát Gábor2021-08-066-9/+45
* Add envlogdir support (#2139)Bernát Gábor2021-08-054-1/+92
* Add support for os path separator substitution in ini files (#2138)Bernát Gábor2021-08-054-1/+12
* Switch CI to 3.10.0-rc.1Bernát Gábor2021-08-051-1/+1
* Add support for allowlist_externals (#2134)Bernát Gábor2021-08-0213-18/+124
* 3.10.0-beta.4Bernát Gábor2021-08-021-1/+1
* apply minor improvements to the FAQ section (#2133)Jürgen Gmach2021-07-311-5/+5
* Bump lintersBernát Gábor2021-07-311-2/+2
* Merge pull request #2128 from tox-dev/release-4.0.0a7Bernát Gábor2021-07-2928-42/+55
|\
| * release 4.0.0a74.0.0a7Bernát Gábor2021-07-2828-42/+55
|/
* Add documentation for configuration values (#2127)Bernát Gábor2021-07-2813-39/+797
* Move from toml to tomli (#2118)Bernát Gábor2021-07-265-5/+9
* Migrate to platformdirs from appdirs (#2117)Bernát Gábor2021-07-265-11/+9
* Bump formatters and deps to latest (#2116)Bernát Gábor2021-07-263-47/+52
* `tox -e ALL` now runs all environments as expected (#2114)Jürgen Gmach2021-07-267-43/+70
* Bump formattersBernát Gábor2021-05-076-18/+12
* Use importlib.import_module instead of __import__David Mendek2021-04-182-1/+3
* fix copy & paste remnant: pip -> tox (#2034)Oliver Bestwalter2021-04-171-2/+2
* Fix typos (#2029)Miroslav Šedivý2021-04-145-8/+5
* Allow hexadecimal characters only in --hash (#2024)Miroslav Šedivý2021-04-142-4/+13
* fix typo (#2028)Jürgen Gmach2021-04-141-1/+1
* Evaluate factor conditions for `command` keysJürgen Gmach2021-04-145-11/+39
* Fix requirements file rewrite (#2026)Bernát Gábor2021-04-138-313/+428
* Fix regex validation for SHA 512 hashes (#2020)Jürgen Gmach2021-04-123-1/+12
* Explain how CLI verbosity level gets determinedJürgen Gmach2021-04-122-2/+6
* Minor code improvements (#2017)Miroslav Šedivý2021-04-1111-26/+16
* Replace .format with f-strings (#2011)Miroslav Šedivý2021-04-107-11/+12
* Docs: define which files to keep py2 compatible (#2015)Miroslav Šedivý2021-04-103-1/+15
* Add Python3.10 to the test suite (#2014)Bernát Gábor2021-04-106-8/+16
* Remove flake8 from Githug ActionsBernát Gábor2021-04-101-2/+0
* Update documentation about changelog entries for trivial changes (#2010)Jürgen Gmach2021-04-092-1/+4
* Port pip requirements.txt parser (#2009)Bernát Gábor2021-04-0918-839/+1101
* minor doc improvements (#2006)Jürgen Gmach2021-04-089-67/+61