summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc ignore_outcome and bump doc version2.2.0holger krekel2015-11-112-2/+11
* Added tag 2.2.0 for changeset a674d923b2d8holger krekel2015-11-110-0/+0
* prepare 2.2.0holger krekel2015-11-113-4/+4
* fix issue280: fix case where --skip-missing-interpreter would not work if {en...holger krekel2015-11-093-3/+20
* fix issue174: add new ``ignore_outcome`` testenv attribute whichholger krekel2015-11-061-0/+5
* Merged in rebeckag/tox/174-voting-testenv (pull request #170)holger krekel2015-11-065-0/+39
|\
| * Fixed last rename from 'voting' to 'ignore'.174-voting-testenvRebecka Gulliksson2015-09-211-1/+1
| * Renamed testenv attribute from 'voting' to 'ignore_outcome'.Rebecka Gulliksson2015-08-244-16/+17
| * Reverted unnecessary code formatting changes.Rebecka Gulliksson2015-08-241-53/+31
| * Added test for non-voting testenv with failing command.Rebecka Gulliksson2015-08-241-0/+13
| * Handle the 'non-voting fail' status that can occur in a non-voting testenv.Rebecka Gulliksson2015-08-241-0/+3
| * Respect the 'voting' attribute of a testenv.Rebecka Gulliksson2015-08-241-0/+8
| * Added 'voting' testenv attribute.Rebecka Gulliksson2015-08-242-31/+67
* | fix issue281: make --force-deps work when urls are present in a dep configholger krekel2015-11-023-1/+28
* | add changelog: fix issue99: the {env:...} substitution now properly uses envi...holger krekel2015-10-303-1/+16
* | Merged in itxaka/tox/fix_env_use (pull request #169)holger krekel2015-10-305-16/+38
|\ \
| * | mention of fix issue246: fix regression in config parsing by reorderingholger krekel2015-10-291-0/+4
| * | Merged in olliewalsh/tox (pull request #167)holger krekel2015-10-292-14/+25
| |\ \
| | * | Cleanup flakesOllie Walsh2015-07-031-3/+3
| | * | Reorder the processing of testenv options. Fixes issue #246Ollie Walsh2015-07-032-14/+25
| * | | add changelogholger krekel2015-10-294-2/+9
| | |/ | |/|
* | | use self.getdict('setenv') instead of extra parsing that failsfix_env_useItxaka2015-10-301-9/+1
* | | better workflow, picks the resolved envs instead of the written stringItxaka2015-08-311-5/+6
* | | Add testsItxaka2015-08-311-0/+22
* | | if there is no setenv section, return an empty dictItxaka2015-08-241-1/+1
* | | If the {env:key:default} paremeter is found in the config but there are no en...Itxaka2015-08-231-4/+15
|/ /
* | 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