summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixes bug 181; allow # in commandsbug_181David Stanek2015-10-052-8/+24
* Merged in ddriddle/tox/fix_issue_265 (pull request #168)holger krekel2015-07-160-0/+0
|\
* | Fix issue #265 - Pass LD_LIBRARY_PATH by defaultfix_issue_265David Donovan Riddle2015-07-142-1/+2
|/
* Added tag 2.1.1 for changeset 09fd6a94e281holger krekel2015-06-230-0/+0
* some fixes for detox, preparing 2.1.12.1.1holger krekel2015-06-237-41/+30
* Added tag 2.1.0 for changeset 25c76c46dbddholger krekel2015-06-190-0/+0
* prepare 2.1.0 release2.1.0holger krekel2015-06-194-4/+8
* introduce a TOX_TESTENV_PASSENV setting which is honoredholger krekel2015-06-196-5/+32
* allow envlist to be a multi-line list, to intersperse commentsholger krekel2015-06-191-0/+3
* Merged in acaron/tox (pull request #163)holger krekel2015-06-192-0/+13
|\
| * Adds support for multiline envlist setting.Andre Caron2015-06-042-0/+13
* | add changelog to fix issue259: passenv is now a line-list which allows to int...holger krekel2015-06-191-0/+3
* | Merged in stefano-m/tox/passenv_multiline (pull request #166)holger krekel2015-06-192-5/+60
|\ \
| * | make passenv attribute type line-listpassenv_multilineStefano Mazzucco2015-06-182-7/+27
| * | merge with defaultStefano Mazzucco2015-06-182-2/+37
| |\ \ |/ / /
| * | hpk42/tox/issue/259/passenv-statement-should-accept-multi-linemazzucco2015-06-182-2/+37
* | | cleanup internal env variable code a bitholger krekel2015-06-183-26/+16
* | | remove --set-home option which probably nobody used and was hackily implementedholger krekel2015-06-184-91/+16
* | | allow all env variables during installation of dependenciesholger krekel2015-06-187-19/+40
|/ /
* | Merged in novel/tox/typofix (pull request #164)holger krekel2015-06-150-0/+0
|\ \ | |/
* | Fix typo in exception stringRoman Bogorodskiy2015-06-151-1/+1
* | Created new branch typofixRoman Bogorodskiy2015-06-150-0/+0
|/
* Added tag 2.0.2 for changeset 82561ff2cbf4holger krekel2015-06-030-0/+0
* 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-035-5/+11
* pass LANG variable to the test environmentAlexandre Conrad2015-06-013-1/+8
* Merged in maquilina/tox/maquilina/fix-minor-grammatical-error-in-readmerst-14...holger krekel2015-05-131-1/+1
|\
| * Fix minor grammatical error in README.rstMichael Aquilina2015-05-131-1/+1
|/
* Added tag 2.0.1 for changeset 2897c9e3a019holger krekel2015-05-130-0/+0
* fix wheel packaging to properly require argparse on py26.2.0.1holger krekel2015-05-135-8/+40
* actually show hook specsholger krekel2015-05-121-0/+1
* fix release announce to point to "latest" doc targetholger krekel2015-05-121-1/+1
* Added tag 2.0.0 for changeset b7e498efd0echolger krekel2015-05-120-0/+0
* also pass PIP_INDEX_URL because it's likely that the user wants to use2.0.0holger krekel2015-05-125-8/+9
* show all registered per-testenv ini valuesholger krekel2015-05-122-21/+5
* rename some API that is reachable by hooksholger krekel2015-05-126-61/+92
* refine docsholger krekel2015-05-125-15/+44
* - fix TMP env variable and test on windowsholger krekel2015-05-126-3/+69
* mark distshare ini variable as deprecatedholger krekel2015-05-122-4/+6
* rename internal files -- in any case tox offers no external API except for theholger krekel2015-05-1213-67/+49
* - store and show information about what is installed in each venvholger krekel2015-05-1213-76/+167
* Merged in stevepiercy/tox-1/stevepiercy/insert-missing-the-for-grammar-rewrap...holger krekel2015-05-121-2/+2
|\
| * insert missing "the" for grammar; rewrap to 79 colsSteve Piercy2015-05-101-2/+2
* | bump versionholger krekel2015-05-112-2/+2
* | merge pluggy branchholger krekel2015-05-1115-479/+791
|\ \
| * \ merge defaultholger krekel2015-05-116-10/+50
| |\ \
| * | | refactor testenv section parser to work by registering ini attributesholger krekel2015-05-117-368/+542
| * | | add changelog entry for pluggyholger krekel2015-05-111-0/+3
| * | | make tox_get_python_executable hook receive "envconfig" instead of just basep...holger krekel2015-05-105-36/+49
| * | | introduce little plugin system which allows to add command line options,holger krekel2015-05-0814-87/+214
| | |/ | |/|