summaryrefslogtreecommitdiff
path: root/src/tox/session/cmd/run
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 --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
* Ensure change_dir is created before running commands (#2643)Bernát Gábor2022-12-081-0/+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
* 2315 (#2317)Bernát Gábor2022-01-131-0/+1
* Legacy parallel flag should accept no arguments (#2307)Bernát Gábor2022-01-101-2/+3
* Better selection support (#2290)Bernát Gábor2022-01-043-37/+39
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-175-35/+43
* Update setup changelogBernát Gábor2021-11-161-1/+5
* 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-241-9/+5
* 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
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-152-6/+9
* 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
* Support CLI run flags for tox config (#2150)Bernát Gábor2021-08-092-24/+28
* Add outcome of the tox environment evaluation into result JSON (#2144)Bernát Gábor2021-08-071-1/+7
* Minor code improvements (#2017)Miroslav Šedivý2021-04-111-6/+3
* minor doc improvements (#2006)Jürgen Gmach2021-04-081-3/+3
* 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-054-6/+9
* 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 more flake8 checks (#1899)Bernát Gábor2021-02-061-2/+2
* Drop sdistsrc and support --installpkg (#1890)Bernát Gábor2021-02-013-49/+73
* Add platform support (#1888)Bernát Gábor2021-01-301-15/+14
* Add ignore_erros and fix handling commands* (#1876)Bernát Gábor2021-01-271-24/+44
* Multiple small bug-fixes (#1864)Bernát Gábor2021-01-221-1/+1
* rewrite (#1824)Bernát Gábor2021-01-161-7/+0
* Better handling of packaging env creation (#1807)Bernát Gábor2021-01-132-6/+12
* Stable deps and eat-our-own dogfood4.0.0a2Bernát Gábor2021-01-081-0/+12
* Handle packaging is run too, and run used as packagingBernát Gábor2021-01-031-0/+2
* Better handling and error messages on backend failedBernát Gábor2021-01-033-7/+14
* Add keyboard interrupt support for parallelBernát Gábor2021-01-034-115/+193
* General rework of the parallel, execute and reportingBernát Gábor2020-12-244-52/+114
* Add parallel show output support, and don't display parallel output by defaultBernát Gábor2020-11-301-2/+3
* Implement parallel mode - without output redirectBernát Gábor2020-11-304-175/+130
* rewrite: Use time.monotonic for runtime durations (#1754)Miroslav Šedivý2020-11-291-6/+6
* Fix provisioning supportBernát Gábor2020-11-272-15/+3