summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow true separation of environment setup and test run (#1606)Bernát Gábor2020-06-261-0/+7
* Precompile common regular expressions (#1603)Brett Langdon2020-06-241-4/+9
* PyPy 7.3.1 now generates Scripts instead of bin on Windows (#1597)Bernát Gábor2020-06-064-10/+26
* Add option to delay propegating SIGINT to child process (#1588)Joshua Hesketh2020-06-034-2/+14
* Bump pre-commit, fix errors (#1586)Bernát Gábor2020-05-2017-94/+99
* Do not interpolate values from tox --showconfig (#1585)Albin Vass2020-05-201-1/+1
* Passenv PIP_EXTRA_INDEX_URL by default (#1562)George Alton2020-05-021-0/+1
* Respect attempts to change PATH via setenv (#1563)Andrzej Klajnert2020-04-211-1/+2
* Allow parallel mode without arguments (#1559)Sorin Sbarnea2020-04-201-1/+3
* expand section names (#1545)Charles Brunet2020-04-171-0/+24
* Fix exeception when command is empty (#1544)Charles Brunet2020-03-271-1/+1
* Fixed irrelevant Error message for invalid argument when runnin… (#1547)NAVEEN S R2020-03-271-0/+5
* Fix parsing of architecture in python interpreter name (#1542)Charles Brunet2020-03-261-1/+1
* Fix ValueError: max() arg is an empty sequence on (#1529)Jeff Quast2020-03-231-1/+1
* Fix `tox --help` and `tox --help-ini` shows an error when run o… (#1539)NAVEEN S R2020-03-221-0/+2
* Allow user to inject specific Pythons to try as step 1 during discoveryBernat Gabor2020-02-164-18/+47
* fix pypy CI failure (#1521)Sorin Sbarnea2020-02-131-0/+1
* Include HTTP proxy environment variables in default passenv (#1500)Paul Moore2020-01-221-0/+3
* Allow to config the behavior on CTRL+C (#1493)Mehdi ABAAKOUK2020-01-094-9/+64
* clarify legacy setup.py error message further (#1478)Thomas Grainger2019-12-061-4/+14
* use get_python_info for consistency and caching (#1462)Daniel Hahler2019-12-023-12/+16
* update legacy setup.py error message to document isolated_build (#1467)Thomas Grainger2019-12-021-3/+3
* Fix global configuration fallback in Jenkins runs (#1466)Dane Hillard2019-11-282-3/+4
* fix the failing CI on master (#1456)Bernát Gábor2019-11-132-2/+2
* Adds SSL proxy variables to default passenv (#1439)Sorin Sbarnea2019-11-111-2/+5
* Fix provisioning from pyvenv interpreter (#1452)Ilya Kulakov2019-11-111-0/+1
* Fix reporting exit due to (real) signal (#1401)Daniel Hahler2019-11-111-9/+15
* Use _TOX_PARALLEL_ENV environment variable to control the behav… (#1446)Miro Hrončok2019-11-116-14/+24
* Correctly recognize interpreters that has suffixes (#1416)Pablo Galindo2019-09-031-1/+1
* Use `not PY2` instead of `PY3` for python4.x compat (#1404)Anthony Sottile2019-08-242-3/+3
* Fix PythonSpec detection of python3.10 (#1398)Anthony Sottile2019-08-141-1/+1
* Remove dependence on md5 (#1385)Anthony Sottile2019-07-313-16/+15
* Improve recreate check by looking for .tox-config1 (#1383)Anthony Sottile2019-07-291-1/+3
* Fix testsuite and honor environment markers in requires (#1382)Anthony Sottile2019-07-271-0/+3
* Un-hardcode the supported factors again (#1377)Anthony Sottile2019-07-272-50/+29
* Fix tests running under pypy (#1379)Anthony Sottile2019-07-261-1/+1
* Use importlib.metadata from the standard library on Python 3.8+ (#1368)Miro Hrončok2019-07-083-2/+7
* fix non-canonical names don't work with provisioning (#1360)Bernát Gábor2019-07-011-2/+5
* Add explicit check for pypy venv (#1356)Oliver Bestwalter2019-06-271-0/+2
* Fix double requirement in isolated build (#1350)Anthony Sottile2019-06-251-1/+3
* Fix deprecation comment - recommendation is to import directly (#1341)Oliver Bestwalter2019-06-121-5/+2
* cowardly refuse to delete a directory if it isn't a venv (#1340)Anthony Sottile2019-06-101-1/+26
* Use POSIX shell rules for creating posargs string on non-Windows platforms (#...Barney Gale2019-06-051-1/+10
* envconfig.missing_subs is not a setting: should be a private attribute (#1335)Oliver Bestwalter2019-06-052-4/+4
* Improve --devenv help and ensure `--devenv ` does not delete (#1333)Anthony Sottile2019-06-021-6/+11
* Implement --devenv (#1326)Anthony Sottile2019-06-011-1/+18
* Fix unrecognized arguments error (#1327)Anthony Sottile2019-05-281-1/+1
* Move to importlib-metadata for performance improvements (#1324)Anthony Sottile2019-05-285-26/+38
* Clean up parser options now that we're using argparse (#1325)Anthony Sottile2019-05-281-42/+7
* fix windows selects incorrect spec (#1317)Bernát Gábor2019-05-231-2/+1