summaryrefslogtreecommitdiff
path: root/src/tox/provision.py
Commit message (Expand)AuthorAgeFilesLines
* Allow plugins to set `tox_root` (#2978)release-4.4.11kdestin2023-04-051-4/+5
* Provision cwd (#2877)Masen Furer2023-01-171-1/+1
* Provision: ignore other test environments (#2865)Masen Furer2023-01-161-1/+2
* Fix provisioning (#2750)Bernát Gábor2022-12-191-5/+6
* Default tox min_version to 4.0 instead of current tox version (#2613)Bernát Gábor2022-12-071-8/+2
* Avoid impossible minversion requirement (#2549)Sorin Sbarnea2022-11-261-0/+5
* Use PEP-621 to load project dependencies (#2499)Bernát Gábor2022-09-101-1/+2
* Better selection support (#2290)Bernát Gábor2022-01-041-29/+30
* Drop python 3.6 support (#2275)Bernát Gábor2021-11-171-10/+12
* Support for --no-provision flag (#2224)Bernát Gábor2021-09-181-10/+39
* Expose the configuration load mechanism to plugins (#2217)Bernát Gábor2021-09-151-8/+9
* Support CLI run flags for tox config (#2150)Bernát Gábor2021-08-091-2/+2
* Bump formattersBernát Gábor2021-05-071-1/+1
* Refactor: Simplify and clean up the code (#1997)Miroslav Šedivý2021-04-061-3/+4
* Start plugin interface documentation and installer (#1991)Bernát Gábor2021-04-051-9/+7
* Show skipped envs in reports on platform mismatch (#1970)Jürgen Gmach2021-03-201-1/+6
* Add support for install_command virtualenv settings (#1886)Bernát Gábor2021-01-301-5/+4
* rewrite (#1824)Bernát Gábor2021-01-161-1/+8
* Better handling of set_env (#1784)Bernát Gábor2021-01-111-1/+1
* Requirement files support within depsBernát Gábor2021-01-071-2/+3
* General rework of the parallel, execute and reportingBernát Gábor2020-12-241-2/+3
* legacy: add testsBernát Gábor2020-11-281-2/+3
* Fix provisioning supportBernát Gábor2020-11-271-0/+106