summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* move to improved Azure template (#1286)Bernát Gábor2019-05-105-48/+230
* fix compound opts handling with pass-through options in provisionBernat Gabor2019-05-012-7/+8
* add no download (#1283)Bernát Gábor2019-05-012-2/+9
* do not allow setting the ``TOXENV`` or the ``-e` flag to override the listed ...Bernát Gábor2019-05-012-3/+3
* allow passing unknown args to provisioned tox (#1282)Bernát Gábor2019-05-012-3/+15
* 🔥 Cut comments off dependency lines (#1262)Sviatoslav Sydorenko2019-04-171-0/+5
* Fix RunResult unicode repr errors (#1264)Anthony Sottile2019-04-161-2/+6
* Fix ^C during venv creation (#1258)Anthony Sottile2019-04-131-7/+11
* fix CIBernat Gabor2019-04-031-1/+1
* release 3.8.63.8.6Bernat Gabor2019-04-031-2/+3
* fix #1245 (#1246)Bernát Gábor2019-04-031-1/+6
* fix (#1243)Bernát Gábor2019-04-021-0/+2
* Fix over-precise float formatting on Python 3 (#1241)Marius Gedminas2019-04-021-2/+2
* Read file lines as text in python2 as well (#1237)Anthony Sottile2019-04-011-1/+1
* Fix #1236 typos in isolated.py build method (#1235)Aleksei Maslakov2019-03-301-2/+2
* #1228 do not print traceback on provisioned tox command fail (#1230)Bernát Gábor2019-03-293-11/+18
* #1227 fix crash when proposed base python has no version data (#1229)Bernát Gábor2019-03-291-14/+16
* release 3.8.23.8.2Bernat Gabor2019-03-291-1/+1
* #1218 fix -ve cannot be passed compound (#1224)Bernát Gábor2019-03-292-2/+46
* #1223 resolve unicode spinner error (#1225)Bernát Gábor2019-03-291-1/+1
* do not return the action identifier from the logBernat Gabor2019-03-282-6/+10
* inside the tester plugin no longer set the PYTHONPATH env varBernat Gabor2019-03-281-16/+15
* fix --result-json writes test commands into setup instead of test key (#1216)Bernát Gábor2019-03-282-15/+21
* time to eat our own dogfood (#1214)Bernát Gábor2019-03-281-7/+13
* fix #1207 (#1208)Bernát Gábor2019-03-281-8/+7
* various fixes related to sub-process handling (#1186)Bernát Gábor2019-03-2716-213/+472
* Fix deadlock with --parallel and lots of output (#1202)Anthony Sottile2019-03-221-7/+18
* Parallel arg bug, remove broken arg cleanup code (#1198)Tim Laurence2019-03-181-6/+0
* do not warn if python path is empty on python3.4+ (#1189)Bernát Gábor2019-03-121-4/+8
* implement tox environment provisioning (#1185)Bernát Gábor2019-03-126-81/+116
* upgrade linters (#1182)Bernát Gábor2019-03-086-6/+11
* Fix ResourceWarning: unclosed file in Action (#1179)Mickaël Schoentgen2019-03-081-16/+15
* Display pattern and `sys.platform` with platform mismatch (#1176)Daniel Hahler2019-02-271-1/+3
* toxworkdir: use realpath (#1171)Daniel Hahler2019-02-241-0/+3
* tests: do not change cwd (#1174)Daniel Hahler2019-02-241-1/+11
* document usage of poetry (#1164)Bernát Gábor2019-02-131-1/+0
* Fix missing error for `tox -e unknown` when tox.ini declares envlist. (#1165)Mike Edmunds2019-02-111-1/+1
* refactor session (#1145)Bernát Gábor2019-02-0538-1175/+1455
* update `basepython` so that it does not warn erroneously major-only factors (...Joachim Brandon LeBlanc2019-02-051-1/+2
* -eALL should also include environment from envlist (#1155)Gonéri Le Bouder2019-02-051-18/+33
* Inject TOX_PARALLEL_ENV environment variables (#1139)Michael Manganiello2019-01-201-1/+9
* parallel invocation of tox environments #439 (#1102)Bernát Gábor2019-01-117-32/+482
* Remove executable bit from config.py and venv.py (#1132)Jon Dufresne2019-01-102-0/+0
* add warning that whitelisting is mandatory from tox 4 on (#1129)Oliver Bestwalter2019-01-081-1/+2
* Clean up dead code (#1125)Anthony Sottile2019-01-086-40/+0
* Add short name to --skip-missing-interpreters as -s (#1119)evandrocoan2019-01-041-0/+1
* inject the built package as a environment variable (#1107)Bernát Gábor2018-12-241-0/+1
* Correctly fail `tox --notest` when setup fails (#1098)Anthony Sottile2018-12-081-1/+1
* Don't rewrite {posargs} for absolute paths (#1099)Anthony Sottile2018-12-081-4/+4
* Make windows interpreter lookup precedence more like posix (#1087)Anthony Sottile2018-11-191-6/+5