index
:
delta/python-packages/tox-git.git
asottile-patch-1
fix-legacy-devenv
issue_2002
issue_2018
jugmac00-patch-1
legacy
main
master
minor-doc-improvements
piptoxtypo
pre-commit-ci-update-config
release-3.20.1
release-3.21.1
release-3.21.2
release-3.21.4
release-3.22.0
release-3.23.0
release-3.24.3
release-4.0.0a6
release-4.0.0a8
release-4.4.10
release-4.4.11
release-4.4.12
release-4.4.8
release-4.4.9
release-4.5.0
rewrite
rewrote
github.com: tox-dev/tox.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tox
/
config
/
cli
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bump deps and tools (#2954)
Bernát Gábor
2023-03-23
1
-2
/
+2
*
Bump deps and tools (#2913)
Bernát Gábor
2023-02-05
2
-5
/
+4
*
rename TOX_CONFIG_FILE to TOX_USER_CONFIG_FILE (#2896)
Masen Furer
2023-01-25
1
-1
/
+1
*
NO_COLOR follows no-color.org logic instead of tox boolean (#2727)
Bernát Gábor
2022-12-14
1
-1
/
+1
*
Fix default verbosity in help (#2709)
Marius Gedminas
2022-12-14
1
-1
/
+1
*
Better handling of build backend without editable support and add --exit-and-...
Bernát Gábor
2022-12-05
1
-0
/
+14
*
Allow passing config directory without filename (#2550)
Sorin Sbarnea
2022-11-27
1
-1
/
+1
*
Bump deps and tools
Bernát Gábor
2022-11-22
1
-2
/
+2
*
Avoid ignored explicit argument 're' console message (#2545)
Sorin Sbarnea
2022-11-22
1
-1
/
+5
*
Disable coloring with TERM=dumb or NO_COLOR (#2541)
Sorin Sbarnea
2022-11-21
1
-1
/
+3
*
Display registered plugins with --version (#2413)
Max Droy
2022-09-09
1
-1
/
+8
*
Do not perform interpolation for INI files (#2352)
Bernát Gábor
2022-02-10
1
-1
/
+1
*
Support -va as well as -av (#2351)
Bernát Gábor
2022-02-10
1
-1
/
+5
*
Fix CLI documentation is missing and broken documentation references (#2311)
Bernát Gábor
2022-01-10
1
-2
/
+2
*
Fix double clean package and broken report (#2309)
Bernát Gábor
2022-01-10
1
-1
/
+1
*
Fix plugin initialization order (#2305)
Bernát Gábor
2022-01-09
1
-1
/
+1
*
Hint for unrecognized arguments to use -- (#2308)
Bernát Gábor
2022-01-09
1
-0
/
+13
*
Better selection support (#2290)
Bernát Gábor
2022-01-04
2
-15
/
+29
*
Drop python 3.6 support (#2275)
Bernát Gábor
2021-11-17
4
-31
/
+37
*
Update setup changelog
Bernát Gábor
2021-11-16
1
-3
/
+14
*
Expose the configuration load mechanism to plugins (#2217)
Bernát Gábor
2021-09-15
4
-16
/
+18
*
Clarify documentation for --runner (#2151)
Bernát Gábor
2021-08-10
1
-0
/
+10
*
Migrate to platformdirs from appdirs (#2117)
Bernát Gábor
2021-07-26
1
-1
/
+1
*
fix typo (#2028)
Jürgen Gmach
2021-04-14
1
-1
/
+1
*
Explain how CLI verbosity level gets determined
Jürgen Gmach
2021-04-12
1
-2
/
+5
*
Minor code improvements (#2017)
Miroslav Šedivý
2021-04-11
1
-2
/
+1
*
Replace .format with f-strings (#2011)
Miroslav Šedivý
2021-04-10
1
-1
/
+1
*
Refactor: Simplify and clean up the code (#1997)
Miroslav Šedivý
2021-04-06
2
-3
/
+4
*
Start plugin interface documentation and installer (#1991)
Bernát Gábor
2021-04-05
2
-1
/
+5
*
Inline plugin definition support - tox_.py (#1963)
Bernát Gábor
2021-03-07
1
-5
/
+12
*
Add suport for setup.cfg and legacy toml (#1927)
Bernát Gábor
2021-02-27
1
-1
/
+1
*
Remove double word (#1911)
Jürgen Gmach
2021-02-13
1
-1
/
+1
*
Add more flake8 checks (#1899)
Bernát Gábor
2021-02-06
1
-1
/
+1
*
Support = as arg separator and dir in req files (#1867)
Bernát Gábor
2021-01-23
2
-2
/
+2
*
Add support for virtualenv configuration options (#1862)
Bernát Gábor
2021-01-21
1
-1
/
+1
*
Add CLI documentation (#1852)
Bernát Gábor
2021-01-17
2
-12
/
+11
*
Better handling of set_env (#1784)
Bernát Gábor
2021-01-11
1
-1
/
+1
*
Allow changing the root folder and increase coverage
Bernát Gábor
2021-01-01
1
-0
/
+9
*
General rework of the parallel, execute and reporting
Bernát Gábor
2020-12-24
2
-10
/
+25
*
helpers: move helpers within the python namespace, given they contain helpers...
Bernát Gábor
2020-11-07
1
-1
/
+1
*
tests: add coverage for pytest plugin
Bernát Gábor
2020-11-05
1
-1
/
+1
*
tests: add missing coverage to CLI parser, fix no arguments passed in explicitly
Bernát Gábor
2020-10-31
1
-14
/
+14
*
cli-parser: reuse ini config between main and sub-parsers, fix coverage in in...
Bernát Gábor
2020-10-31
2
-5
/
+9
*
Add CLI compatibility with version 3, introduce memory source
Bernát Gábor
2020-10-30
1
-76
/
+107
*
Fix posargs replacement and import fails in test suite
Bernát Gábor
2020-10-29
1
-3
/
+3
*
Rework configuration to allow generic overrides
Bernát Gábor
2020-10-29
4
-15
/
+26
*
Print pip install output if verbosity is higher than default
Bernát Gábor
2020-10-28
1
-1
/
+11
*
Fix: not possible to pass positional arguments
Bernát Gábor
2020-10-28
1
-0
/
+5
*
Facilitate usage in parallel with tox 3
Bernát Gábor
2020-10-27
2
-12
/
+14
*
Add typing to test suite
Bernát Gábor
2020-10-26
1
-20
/
+2
[next]