summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tox is not exiting because package env thread holding it upBernát Gábor2021-02-156-20/+54
* Do not show inherited keys as unused (#1913)Bernát Gábor2021-02-144-8/+10
* Normalize the description line to contain single whitespace and no newline (#...Bernát Gábor2021-02-141-0/+5
* Remove double word (#1911)Jürgen Gmach2021-02-131-1/+1
* Smarter tox env finish status report (#1910)Bernát Gábor2021-02-134-26/+43
* Do not make temp requirements file for deps (#1906)Bernát Gábor2021-02-122-8/+6
* Support requirements file containing --hash (#1905)Bernát Gábor2021-02-121-2/+10
* Add quickstart (#1907)Bernát Gábor2021-02-121-2/+43
* Support running python 2 targets (#1900)Bernát Gábor2021-02-094-13/+38
* Add more flake8 checks (#1899)Bernát Gábor2021-02-0628-69/+100
* Add package_root support (#1891)Bernát Gábor2021-02-013-3/+21
* Drop sdistsrc and support --installpkg (#1890)Bernát Gábor2021-02-018-99/+153
* Comment support in ini and alias in show config (#1889)Bernát Gábor2021-01-313-5/+25
* Add platform support (#1888)Bernát Gábor2021-01-303-15/+38
* Add list_dependencies_command support (#1887)Bernát Gábor2021-01-301-3/+8
* Add support for install_command virtualenv settings (#1886)Bernát Gábor2021-01-306-22/+56
* Support for pip_pre config (#1885)Bernát Gábor2021-01-301-1/+11
* Recreate tox_env support (#1883)Bernát Gábor2021-01-301-1/+8
* Add ignore_erros and fix handling commands* (#1876)Bernát Gábor2021-01-272-25/+51
* Fix bad package dependencies with differing extras (#1869)Bernát Gábor2021-01-232-17/+18
* Support = as arg separator and dir in req files (#1867)Bernát Gábor2021-01-239-67/+92
* Recreate when virtualenv changes (#1866)Bernát Gábor2021-01-221-0/+8
* Multiple small bug-fixes (#1864)Bernát Gábor2021-01-229-18/+24
* Cleanup local subprocess file handlers (#1863)Bernát Gábor2021-01-221-0/+7
* Add support for virtualenv configuration options (#1862)Bernát Gábor2021-01-217-28/+81
* Add CLI documentation (#1852)Bernát Gábor2021-01-172-12/+11
* Support all requirement one arg flags to be specified without space (#1835)Bernát Gábor2021-01-161-32/+49
* Handle spaces in paths within requirement files (#1828)Bernát Gábor2021-01-161-5/+17
* Use .tox/4 instead of .tox4 (#1825)Bernát Gábor2021-01-161-4/+5
* rewrite (#1824)Bernát Gábor2021-01-162-8/+8
* Support legacy way of specifying constraint files (and expand constraint file...Bernát Gábor2021-01-141-6/+10
* Colorize config and fix a circular config bug (#1821)Bernát Gábor2021-01-136-41/+71
* Simplify td_human_readable function (#1819)Miroslav Šedivý2021-01-131-11/+9
* Better handling of packaging env creation (#1807)Bernát Gábor2021-01-1323-250/+311
* Adopt same pass env list as tox 3 hasBernát Gábor2021-01-113-11/+18
* Better handling of set_env (#1784)Bernát Gábor2021-01-1124-99/+298
* Stable deps and eat-our-own dogfood4.0.0a2Bernát Gábor2021-01-084-25/+32
* Stable order dependenciesBernát Gábor2021-01-081-0/+1
* Add tty replacerBernát Gábor2021-01-083-8/+21
* Fix stdin (but loose isatty support for stdout/stderr)Bernát Gábor2021-01-085-44/+28
* Fix package env recreate not workingBernát Gábor2021-01-072-1/+8
* Requirement files support within depsBernát Gábor2021-01-0714-66/+310
* Allow running it on termuxBernát Gábor2021-01-041-1/+1
* Add tests for the package dependency marker filtersBernát Gábor2021-01-043-28/+102
* Add test for dependency removal triggers recreateBernát Gábor2021-01-031-1/+3
* Fix env_tmp_dir reset, set cwd in test runs, increase coverage on tox_env.apiBernát Gábor2021-01-033-9/+9
* Handle packaging is run too, and run used as packagingBernát Gábor2021-01-032-11/+13
* Better handling and error messages on backend failedBernát Gábor2021-01-0313-33/+71
* Add keyboard interrupt support for parallelBernát Gábor2021-01-0321-323/+452
* Increase code coverageBernát Gábor2021-01-017-23/+26