summaryrefslogtreecommitdiff
path: root/tox
Commit message (Expand)AuthorAgeFilesLines
* prepare 2.1.0 release2.1.0holger krekel2015-06-191-1/+1
* introduce a TOX_TESTENV_PASSENV setting which is honoredholger krekel2015-06-193-4/+15
* Merged in acaron/tox (pull request #163)holger krekel2015-06-191-0/+2
|\
| * Adds support for multiline envlist setting.Andre Caron2015-06-041-0/+2
* | make passenv attribute type line-listpassenv_multilineStefano Mazzucco2015-06-181-5/+5
* | merge with defaultStefano Mazzucco2015-06-181-0/+5
|\ \
| * | hpk42/tox/issue/259/passenv-statement-should-accept-multi-linemazzucco2015-06-181-0/+5
* | | cleanup internal env variable code a bitholger krekel2015-06-182-25/+16
* | | remove --set-home option which probably nobody used and was hackily implementedholger krekel2015-06-182-46/+11
* | | allow all env variables during installation of dependenciesholger krekel2015-06-183-9/+18
|/ /
* | Fix typo in exception stringRoman Bogorodskiy2015-06-151-1/+1
|/
* fix pep8 issue2.0.2holger krekel2015-06-031-3/+3
* add SYSTEMDRIVE into default passenv on windows to allow pip6 to work.holger krekel2015-06-032-1/+2
* pass LANG variable to the test environmentAlexandre Conrad2015-06-011-1/+1
* fix wheel packaging to properly require argparse on py26.2.0.1holger krekel2015-05-131-1/+1
* also pass PIP_INDEX_URL because it's likely that the user wants to use2.0.0holger krekel2015-05-121-1/+1
* show all registered per-testenv ini valuesholger krekel2015-05-121-19/+3
* rename some API that is reachable by hooksholger krekel2015-05-121-48/+71
* refine docsholger krekel2015-05-122-6/+27
* - fix TMP env variable and test on windowsholger krekel2015-05-122-2/+2
* rename internal files -- in any case tox offers no external API except for theholger krekel2015-05-127-49/+27
* - store and show information about what is installed in each venvholger krekel2015-05-125-30/+61
* bump versionholger krekel2015-05-111-1/+1
* merge pluggy branchholger krekel2015-05-116-327/+555
|\
| * merge defaultholger krekel2015-05-113-10/+14
| |\
| * | refactor testenv section parser to work by registering ini attributesholger krekel2015-05-113-273/+439
| * | make tox_get_python_executable hook receive "envconfig" instead of just basep...holger krekel2015-05-103-17/+18
| * | introduce little plugin system which allows to add command line options,holger krekel2015-05-086-46/+112
| * | Backed out changeset cc1933175162holger krekel2015-05-085-84/+46
| * | introduce little plugin system based on pluggyholger krekel2015-05-085-46/+84
* | | remove erroring code / somewhat superflous error reportingholger krekel2015-05-111-9/+2
| |/ |/|
* | Abort command execution when a command fails by defaultMarc Abramowitz2015-05-013-1/+10
|/
* mergeholger krekel2015-04-281-3/+4
|\
| * fix issue240: allow to specify empty argument list without it beingholger krekel2015-04-281-3/+4
* | getcommandpath: mention whitelist_externals option with warningDaniel Hahler2015-04-281-1/+3
|/
* fix PEP8 violationsVladimir Vitvitskiy2015-04-2310-200/+278
* Merged in wmyll6/tox/issue-235-fix-installpkg (pull request #146)holger krekel2015-04-222-4/+20
|\
| * fix issue #235, --installpkg is brokenVladimir Vitvitskiy2015-04-222-4/+20
* | fix issue #120: section subs in commands doesn't workVladimir Vitvitskiy2015-04-211-11/+48
|/
* remove the long-deprecated "distribute" option as it has no effect these days.holger krekel2015-04-212-21/+7
* trying out isolating env variablesholger krekel2015-04-213-2/+17
* introduce new "platform" setting for toxholger krekel2015-04-204-6/+28
* remove empty vendor directoryholger krekel2015-04-201-1/+0
* bump versionholger krekel2015-03-241-1/+1
* - backout ability that --force-deps substitutes name/versions in1.9.2holger krekel2015-03-232-28/+4
* bump versionholger krekel2015-03-231-1/+1
* bump to version 1.9.11.9.1holger krekel2015-03-231-1/+1
* Merged in fschulze/tox/file-instead-of-pipe (pull request #138)holger krekel2015-03-201-6/+9
|\
| * Enhanced initproj fixture to accept a tuple for name/version specifier.Florian Schulze2015-03-201-6/+9
* | Use a file instead of a pipe for command output in "--result-json".Florian Schulze2015-03-201-16/+19
|/