summaryrefslogtreecommitdiff
path: root/src/tox/session/cmd
Commit message (Expand)AuthorAgeFilesLines
* Feature: suppress step timings for verbosity=1 #2891 (#2992)release-4.5.0Ned Batchelder2023-04-241-1/+1
* Fix various issues with missing interpreters (#2828)Stephen Finucane2023-01-061-1/+3
* Fix devenv when package for env is wheel/editable (#2820)Bernát Gábor2023-01-041-8/+8
* Fix --skip-missing-interpreters (#2793)q0w2022-12-291-0/+1
* Fix --sdistonly behaviour (#2775)q0w2022-12-251-1/+5
* Suppress a report output when verbosity = 0. (#2774)q0w2022-12-251-3/+9
* Fix python hash seed not being set (#2739)Bernát Gábor2022-12-161-3/+26
* Fix legacy flags, deprecate them and remove --index-url (#2731)Bernát Gábor2022-12-151-15/+51
* Show only default env list for tox config by default (#2726)Bernát Gábor2022-12-141-2/+2
* Ensure change_dir is created before running commands (#2643)Bernát Gábor2022-12-081-0/+1
* tox --showconfig -e py shows core configs (#2625)Bernát Gábor2022-12-071-1/+1
* Bump deps and toolsBernát Gábor2022-11-221-4/+4
* Use PEP-621 to load project dependencies (#2499)Bernát Gábor2022-09-101-1/+1
* Bump lintersBernát Gábor2022-09-091-1/+1
* Display registered plugins with --version (#2413)Max Droy2022-09-091-9/+36
* 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
* Legacy parallel flag should accept no arguments (#2307)Bernát Gábor2022-01-102-3/+4
* Better selection support (#2290)Bernát Gábor2022-01-0410-120/+111
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-1713-44/+64
* Update setup changelogBernát Gábor2021-11-162-3/+15
* Support for external packages and builders (#2235)Bernát Gábor2021-09-261-2/+4
* Fix list/depends cmd creates package env as run envBernát Gábor2021-09-243-21/+16
* 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-241-6/+6
* Support for --no-provision flag (#2224)Bernát Gábor2021-09-182-3/+3
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-158-13/+16
* Support for plugin before and after, fix ASCII report fails (#2214)Bernát Gábor2021-09-111-8/+15
* Let tox run fail when all envs are skipped (#2206)Jürgen Gmach2021-09-101-2/+4
* Fix parallel show output not working (#2161)Bernát Gábor2021-08-181-3/+3
* Add support for args_are_paths (#2157)Bernát Gábor2021-08-151-4/+10
* Support CLI run flags for tox config (#2150)Bernát Gábor2021-08-093-24/+30
* Add support for exec subcommand (#2142)Bernát Gábor2021-08-072-7/+38
* Add outcome of the tox environment evaluation into result JSON (#2144)Bernát Gábor2021-08-071-1/+7
* `tox -e ALL` now runs all environments as expected (#2114)Jürgen Gmach2021-07-261-18/+33
* Minor code improvements (#2017)Miroslav Šedivý2021-04-111-6/+3
* minor doc improvements (#2006)Jürgen Gmach2021-04-082-4/+4
* Refactor: Simplify and clean up the code (#1997)Miroslav Šedivý2021-04-061-2/+2
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-0511-15/+18
* Fix legacy list env command for empty/missing envlist (#1988)Jürgen Gmach2021-04-011-1/+1
* Show skipped envs in reports on platform mismatch (#1970)Jürgen Gmach2021-03-202-4/+4
* Fix typos, modernize and simplify some code (#1971)Miroslav Šedivý2021-03-121-2/+0
* Support for ignore_outcome (#1960)Andrey Bienkowski2021-03-042-13/+25
* Fix tox is not exiting because package env thread holding it upBernát Gábor2021-02-151-6/+6
* Smarter tox env finish status report (#1910)Bernát Gábor2021-02-133-20/+35
* Add quickstart (#1907)Bernát Gábor2021-02-121-2/+43
* Add more flake8 checks (#1899)Bernát Gábor2021-02-062-3/+3
* Drop sdistsrc and support --installpkg (#1890)Bernát Gábor2021-02-015-53/+86
* Comment support in ini and alias in show config (#1889)Bernát Gábor2021-01-311-0/+1
* Add platform support (#1888)Bernát Gábor2021-01-301-15/+14