| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merged in suor/tox/issue198 (pull request #129) | holger krekel | 2015-02-21 | 2 | -8/+27 |
| |\ | |||||
| | * | Lessen factor use check | Alexander Schepanovski | 2014-12-29 | 1 | -0/+12 |
| | | | | | | | | | Fixes issue 191 | ||||
| * | | Fix issue 198: resolve touching factor groups | Alexander Schepanovski | 2014-12-29 | 1 | -0/+13 |
| |/ | |||||
| * | Add test for getcontextname() | Borge Lanes | 2014-12-10 | 1 | -0/+14 |
| | | |||||
| * | merge tox-1.8 maintenance | holger krekel | 2014-10-27 | 1 | -0/+12 |
| |\ | |||||
| | * | fix issue199 -- fill result log structure ahead of creating virtualenv | holger krekel | 2014-10-27 | 1 | -0/+12 |
| | | | |||||
| | * | adapt test from @msabramo about curly braches (fixes related to issue150) | holger krekel | 2014-10-24 | 1 | -2/+2 |
| | | | |||||
| * | | port fix of test | holger krekel | 2014-10-24 | 1 | -2/+2 |
| | | | |||||
| * | | Merged in carljm/tox (pull request #123) | holger krekel | 2014-10-21 | 1 | -0/+32 |
| |\ \ | |/ | | | | | Add --pre and testenv pip_pre options, no --pre by default. | ||||
| | * | Merged in msabramo/tox/allow_backslash_escape_curly_braces_msabramo_2 (pull ↵ | holger krekel | 2014-10-14 | 1 | -0/+17 |
| | |\ | | | | | | | | | | | | | | | | request #93) Allow backslashing curly braces to prevent expansion | ||||
| | | * | Add test_posargs_backslashed_or_quoted | Marc Abramowitz | 2014-05-11 | 1 | -0/+17 |
| | | | | |||||
| | * | | Merged in ↵ | holger krekel | 2014-10-12 | 1 | -0/+15 |
| | |\ \ | | | | | | | | | | | | | | | | | | | | | suor/tox/alex_gaynor/allow-in-factor-names-for-multidimensio-1411745805716 (pull request #124) Finished "." in factor names pull-request | ||||
| | | * | | Recognize period in envnames in factor conditions | Alexander Schepanovski | 2014-10-12 | 1 | -4/+11 |
| | | | | | |||||
| | | * | | Added a test for period in factor | Alex Gaynor | 2014-09-26 | 1 | -0/+8 |
| | | | | | |||||
| * | | | | Add --pre and testenv pip_pre options, no --pre by default. | Carl Meyer | 2014-10-06 | 2 | -0/+38 |
| |/ / / | |||||
| * | | | Do not rely on specific errno numbers in tests | Marius Gedminas | 2014-09-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | The error number differs on different platforms (Windows vs Linux). | ||||
| * | | | Report subprocess exit code when invocation fails | Marius Gedminas | 2014-09-26 | 1 | -1/+1 |
| |/ / | | | | | | | Fixes #192 | ||||
| * | | fix issue190: allow setenv to be empty | holger krekel | 2014-09-25 | 1 | -0/+14 |
| | | | |||||
| * | | add test and changelog for better report if we can't get version_info | holger krekel | 2014-09-23 | 1 | -0/+7 |
| | | | | | | | | | from an interpreter executable. | ||||
| * | | fix issue152: set VIRTUAL_ENV when running test commands, | holger krekel | 2014-09-23 | 1 | -0/+1 |
| | | | | | | | | | thanks Florian Ludwig. | ||||
| * | | fix issue188 make boolean config vars use the default if the config file | holger krekel | 2014-09-23 | 1 | -0/+15 |
| | | | | | | | | | specifies an empty string | ||||
| * | | fix issue148: ignore __PYVENV_LAUNCHER__ for subproc | holger krekel | 2014-09-02 | 1 | -0/+2 |
| | | | |||||
| * | | Support boolean ops on factors | Alexander Schepanovski | 2014-08-09 | 1 | -0/+18 |
| | | | |||||
| * | | Remove factor negation support | Alexander Schepanovski | 2014-08-09 | 1 | -5/+5 |
| | | | |||||
| * | | Fixed console encoding issue | Thomas Khyn | 2014-08-02 | 1 | -2/+0 |
| | | | | | | | | | | | The issue occured with python 3.3 on windows with dependencies needing to be compiled (e.g. markupsafe) | ||||
| * | | merge Alexander's "multi-dimensional" PR. | holger krekel | 2014-07-20 | 2 | -5/+5 |
| |\ \ | |||||
| | * | | bump version and release 1.7.21.7.2 | holger krekel | 2014-07-15 | 1 | -1/+1 |
| | | | | |||||
| | * | | Add support for PyPy3 (env "pypy3"). | Stefan Scherfke | 2014-06-25 | 1 | -4/+4 |
| | | | | |||||
| * | | | Reimplement defaultenvs as default factors | Alexander Schepanovski | 2014-07-17 | 1 | -0/+14 |
| | | | | |||||
| * | | | Test factors and envlist expansion | Alexander Schepanovski | 2014-07-03 | 1 | -0/+35 |
| |/ / | |||||
| * | | skip_missing_interpreters: fix bool handling and add appropriate test, ↵ | Eugene Yunak | 2014-06-18 | 1 | -1/+9 |
| | | | | | | | | | thanks hpk42@ for the tip! | ||||
| * | | add support for setting skip_missing_interpreters as a config option and not ↵ | Eugene Yunak | 2014-06-18 | 1 | -0/+8 |
| | | | | | | | | | just a command line flag | ||||
| * | | Merged in cboylan/tox (pull request #85) | holger krekel | 2014-05-15 | 6 | -49/+214 |
| |\ \ | | | | | | | | | | Fix command expansion and parsing. | ||||
| | * \ | Merged in morgan_fainberg/tox (pull request #86) | holger krekel | 2014-05-10 | 1 | -0/+16 |
| | |\ \ | | | | | | | | | | | | | Support optional ENV variable substitution in tox.ini | ||||
| | | * | | Make optional env replacements use the ``env`` keyword | Morgan Fainberg | 2014-03-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ':' character is a reserved character in shell, meaning it cannot be used as part of the ENV variable name. If the ENV key has a ':' in it split on the ':' and use the second value as the default instead of raising an exception. | ||||
| | | * | | Make optionalenv defenv to support default values | Morgan Fainberg | 2014-03-19 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | Change the 'optionalenv' substitution to 'defenv' and support providing a default substitution value. Format is "defenv:DEFAULTVALUE:KEY". | ||||
| | | * | | Support optional ENV variable substitution in tox.ini | Morgan Fainberg | 2014-03-10 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add in support for optional ENV variable substitutions where instead of raising an error if the environmental variable does not exist in os.environ, the value is substituted with an empty string. | ||||
| | * | | | Merged in msabramo/tox/issue_164_msabramo_1 (pull request #92) | holger krekel | 2014-05-10 | 6 | -47/+180 |
| | |\ \ \ | | | | | | | | | | | | | | | | Log more info when catch OSError while doing a popen | ||||
| | | * \ \ | Merged in aconrad/tox/skip-missing-interpreter (pull request #104) | holger krekel | 2014-05-08 | 1 | -0/+16 |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | Skip missing interpreters | ||||
| | | | * | | | support skipping interpreters if any are missing | Alexandre Conrad | 2014-04-30 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This implements the option --skip-missing-interpreters. If this option is passed to tox, the tests won't fail if interpreters are missing. The exit status will be 0 if all tests pass but interpreters were missing. | ||||
| | | * | | | | Merged in aconrad/tox/fix_test_sdistonly (pull request #103) | holger krekel | 2014-05-08 | 1 | -1/+1 |
| | | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | make test more specific, less prone to failures | ||||
| | | | * | | | | make test more specific, less prone to failures | Alexandre Conrad | 2014-04-30 | 1 | -1/+1 |
| | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | Checking for the non-existence of the string "virtualenv" could fail because paths may contain the word virtualenv. | ||||
| | | * | | | | Merged in msabramo/tox/test_quickstart_multiline_with_comments (pull request ↵ | holger krekel | 2014-05-01 | 5 | -16/+13 |
| | | |\ \ \ \ | | | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | #102) test_quickstart: Use multilines and add comments for better understanding | ||||
| | | | * | | | Fix "flakes" problems | Marc Abramowitz | 2014-04-27 | 5 | -16/+13 |
| | | | | | | | |||||
| | | * | | | | test_quickstart: Use multilines and add comments for better understanding | Marc Abramowitz | 2014-04-28 | 1 | -21/+139 |
| | | |/ / / | | | | | | | | | | | | | | | | | | | | | as suggested by Ronny Pfannschmidt at https://bitbucket.org/hpk42/tox/pull-request/99/fix-test_quickstart-failures/diff#comment-1746221 | ||||
| | | * | | | Fix test_quickstart failures | Marc Abramowitz | 2014-04-27 | 1 | -14/+16 |
| | | | |/ | | |/| | | | | | | | | | that were introduced by adding py34 to tox-quickstart in 94842aabbbcc | ||||
| | * | | | Add test_run_custom_install_command_error | Marc Abramowitz | 2014-04-28 | 1 | -0/+13 |
| | |/ / | |||||
| | * | | Refix virtualenv calling - use `python -m virtualenv` instead. | Ionel Maries Cristian | 2014-03-25 | 1 | -1/+1 |
| | | | | |||||
| | * | | Backed out changeset: 228071477cfb | Ionel Maries Cristian | 2014-03-25 | 1 | -2/+5 |
| | | | | |||||
| | * | | Backed out changeset: f54ba7b918e8 | Ionel Maries Cristian | 2014-03-25 | 1 | -1/+1 |
| | |/ | |||||
